Home · Branding · Verde

Verde Brand Identity

A complete profile of Verde's visual system — colors, typography, components, and personality — extracted from https://www.verde.agr.br. Built for designers, agents, and AI tools.

Download JSON
Primary
#4B9B66
Accent
#A6DF7D
Body Font
Inter
Heading
Darker Grotesque

Color Palette

Brand palette extracted from https://www.verde.agr.br.

primary
#4B9B66
rgb(75, 155, 102)
secondary
#A6DF7D
rgb(166, 223, 125)
accent
#A6DF7D
rgb(166, 223, 125)
background
#F5F4F0
rgb(245, 244, 240)
textPrimary
#023932
rgb(2, 57, 50)
link
#023932
rgb(2, 57, 50)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Darker Grotesque
Darker Grotesque Google Fonts →
__Darker_Grotesque_b83043, __Darker_Grotesque_Fallback_b83043
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Verde logo
Logo
Verde favicon
Favicon
Verde social image
Social Card

UI Components

Live previews rendered using Verde's actual button styles.

input
background #FFFFFF textColor #626260 borderColor #D6D6D6 borderRadius 8px shadow none
buttonPrimary
background #A6DF7D textColor #023932 borderRadius 12px shadow none
buttonSecondary
background #023932 textColor #FFFFFF borderColor #FFFFFF borderRadius 100px shadow none

Brand Personality

Tone: professional Energy: medium Audience: agricultural professionals and businesses

Verde Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Verde's primary brand color?

Verde's primary brand color is #4B9B66. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Verde use?

Verde uses #A6DF7D as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Verde use?

Verde uses Inter for body text and Darker Grotesque for headings. Fonts were detected on https://www.verde.agr.br as part of their live design system.

Does Verde use a light or dark theme?

Verde's primary site uses a light color scheme, with a background of #F5F4F0.

Where can I find Verde's logo?

Verde's logo is available directly on their site (https://www.verde.agr.br). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.verde.agr.br using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Verde.

Methodology

Brand data on this page was extracted from https://www.verde.agr.br on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Verde.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Darker Grotesque",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#4B9B66",
    "secondary": "#A6DF7D",
    "accent": "#A6DF7D",
    "background": "#F5F4F0",
    "textPrimary": "#023932",
    "link": "#023932"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Darker Grotesque"
    },
    "fontStacks": {
      "heading": [
        "__Darker_Grotesque_b83043",
        "__Darker_Grotesque_Fallback_b83043"
      ],
      "body": [
        "Inter",
        "__Darker_Grotesque_b83043",
        "__Darker_Grotesque_Fallback_b83043",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "__Darker_Grotesque_b83043",
        "__Darker_Grotesque_Fallback_b83043",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "44px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#626260",
      "borderColor": "#D6D6D6",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#A6DF7D",
      "textColor": "#023932",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#023932",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20color%3D%22white%22%20viewBox%3D%220%200%2075%2099%22%20fill%3D%22currentColor%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20role%3D%22img%22%20class%3D%22sc-3839fa7b-0%20fRipMP%22%20data-fc-idx%3D%220%22%3E%3Ctitle%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3ELogotipo%20Verde%20-%20Vers%C3%A3o%20%C3%ADcone%3C%2Ftitle%3E%3Cpath%20d%3D%22M26.572%203.12v95.56H.735V3.12h25.837ZM70.015.144C50.09.144%2033.933%2016.3%2033.933%2036.226v3.863h4.357c19.927%200%2036.082-16.155%2036.082-36.082V.144h-4.357Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.verde.agr.br/favicons/96x96.png",
    "ogImage": "/images/metatags/cover.jpg",
    "logoAlt": "Logotipo Verde - Versão ícone"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Verde' in the alt text.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Entrar em contato Ícone de envio",
      "reasoning": "Button #0 uses a vibrant green color (#A6DF7D) which is consistent with the brand's primary color scheme and has action-oriented text 'Entrar em contato'."
    },
    "secondary": {
      "index": 4,
      "text": "Seja Assessor Verde",
      "reasoning": "Button #4 uses a different color group (#023932) and offers a secondary action 'Seja Assessor Verde', making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "agricultural professionals and businesses"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Verde' in the alt text.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles