Html Css Color HEX #407420 Bilbao

📋 copy color: '#407420'

red 64 ◦ green 116 ◦ blue 32

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

Shades of Bilbao #407420

Tints of Bilbao #407420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.72%

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

R = 30.19%
G = 54.72%
B = 15.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#407420 (or 0x407420) is known color: Bilbao. HEX triplet: 40, 74 and 20. RGB value is (64,116,32). Sum of RGB (Red+Green+Blue) = 64+116+32=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #407420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407420 is #BF8BDF. Grayscale: #5B5B5B. Windows color (decimal): -12553184 or 2126912. OLE color: 2126912.

HSL color Cylindrical-coordinate representation of color #407420: hue angle of 97.14º degrees, saturation: 0.57, 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 #407420 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 32 -
CMYK 0.45 0 0.72 0.55
HSL 97.14º 0.57% 0.29% -
HSV(B) 97.14º 0.72% 0.45% -
XYZ 8.62 13.69 3.55 -
YUV 90.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 64 116 32 0.45 0 0.72 0.55 97.14 0.57 0.29
Hex 40 74 20 2D 0 48 37 61 39 1D
Octal 100 164 40 55 0 110 67 141 71 35
Binary 1000000 1110100 100000 101101 0 1001000 110111 1100001 111001 11101

Color Harmonies of #407420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407420

Black with #407420

Text Example


Text Example

White with #407420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407420; }

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

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

background-color css

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

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

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

border-color css

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

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

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