Html Css Color HEX #407220 Bilbao

📋 copy color: '#407220'

red 64 ◦ green 114 ◦ blue 32

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

Shades of Bilbao #407220

Tints of Bilbao #407220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.29%

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

R = 30.48%
G = 54.29%
B = 15.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#407220 (or 0x407220) is known color: Bilbao. HEX triplet: 40, 72 and 20. RGB value is (64,114,32). Sum of RGB (Red+Green+Blue) = 64+114+32=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #407220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407220 is #BF8DDF. Grayscale: #595959. Windows color (decimal): -12553696 or 2126400. OLE color: 2126400.

HSL color Cylindrical-coordinate representation of color #407220: hue angle of 96.59º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407220 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 32 -
CMYK 0.44 0 0.72 0.55
HSL 96.59º 0.56% 0.29% -
HSV(B) 96.59º 0.72% 0.45% -
XYZ 8.39 13.23 3.48 -
YUV 89.7 95.44 109.67 -
System Red Green Blue C M Y K H S L
Decimal 64 114 32 0.44 0 0.72 0.55 96.59 0.56 0.29
Hex 40 72 20 2C 0 48 37 61 38 1D
Octal 100 162 40 54 0 110 67 141 70 35
Binary 1000000 1110010 100000 101100 0 1001000 110111 1100001 111000 11101

Color Harmonies of #407220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407220

Black with #407220

Text Example


Text Example

White with #407220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407220; }

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

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

background-color css

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

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

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

border-color css

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

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

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