Html Css Color HEX #408420 Bilbao

📋 copy color: '#408420'

red 64 ◦ green 132 ◦ blue 32

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

Shades of Bilbao #408420

Tints of Bilbao #408420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.89%

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

R = 28.07%
G = 57.89%
B = 14.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#408420 (or 0x408420) is known color: Bilbao. HEX triplet: 40, 84 and 20. RGB value is (64,132,32). Sum of RGB (Red+Green+Blue) = 64+132+32=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #408420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408420 is #BF7BDF. Grayscale: #646464. Windows color (decimal): -12549088 or 2131008. OLE color: 2131008.

HSL color Cylindrical-coordinate representation of color #408420: hue angle of 100.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #408420 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 32 -
CMYK 0.52 0 0.76 0.48
HSL 100.8º 0.61% 0.32% -
HSV(B) 100.8º 0.76% 0.52% -
XYZ 10.63 17.7 4.22 -
YUV 100.27 89.47 102.13 -
System Red Green Blue C M Y K H S L
Decimal 64 132 32 0.52 0 0.76 0.48 100.8 0.61 0.32
Hex 40 84 20 34 0 4C 30 65 3D 20
Octal 100 204 40 64 0 114 60 145 75 40
Binary 1000000 10000100 100000 110100 0 1001100 110000 1100101 111101 100000

Color Harmonies of #408420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408420

Black with #408420

Text Example


Text Example

White with #408420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408420; }

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

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

background-color css

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

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

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

border-color css

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

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

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