Html Css Color HEX #407620 Bilbao

📋 copy color: '#407620'

red 64 ◦ green 118 ◦ blue 32

#407620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #407620

Tints of Bilbao #407620

RGB

 RED value IS 64 (25.39% from 255) = 29.91%

 GREEN value IS 118 (46.48% from 255) = 55.14%

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 29.91%
G = 55.14%
B = 14.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#407620 (or 0x407620) is known color: Bilbao. HEX triplet: 40, 76 and 20. RGB value is (64,118,32). Sum of RGB (Red+Green+Blue) = 64+118+32=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #407620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407620 is #BF89DF. Grayscale: #5C5C5C. Windows color (decimal): -12552672 or 2127424. OLE color: 2127424.

HSL color Cylindrical-coordinate representation of color #407620: hue angle of 97.67º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407620 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 32 -
CMYK 0.46 0 0.73 0.54
HSL 97.67º 0.57% 0.29% -
HSV(B) 97.67º 0.73% 0.46% -
XYZ 8.85 14.15 3.63 -
YUV 92.05 94.11 107.99 -
System Red Green Blue C M Y K H S L
Decimal 64 118 32 0.46 0 0.73 0.54 97.67 0.57 0.29
Hex 40 76 20 2E 0 49 36 62 39 1D
Octal 100 166 40 56 0 111 66 142 71 35
Binary 1000000 1110110 100000 101110 0 1001001 110110 1100010 111001 11101

Color Harmonies of #407620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407620

Black with #407620

Text Example


Text Example

White with #407620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407620; }

 p { color: rgb(64,118,32); }

 H1.HeaderClassName
 {
   color: #407620;
 }
 .AnyTagClassName
 {
   color: #407620;
 }
</style>

background-color css

<style>
 a { background-color: #407620; }

 a { background-color: rgb(64,118,32); }

 div.DivClassName
 {
   background-color: #407620;
 }
 .BgClassName
 {
   background-color: #407620;
 }
</style>

border-color css

<style>
 span { border-color: #407620; }

 span { border-color: rgb(64,118,32); }

 td.TdClassName
 {
   border-color: #407620;
 }
 .TagClassName
 {
   border-color: #407620;
 }
</style>