Html Css Color HEX #408620 Bilbao

📋 copy color: '#408620'

red 64 ◦ green 134 ◦ blue 32

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

Shades of Bilbao #408620

Tints of Bilbao #408620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.26%

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

R = 27.83%
G = 58.26%
B = 13.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#408620 (or 0x408620) is known color: Bilbao. HEX triplet: 40, 86 and 20. RGB value is (64,134,32). Sum of RGB (Red+Green+Blue) = 64+134+32=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #408620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408620 is #BF79DF. Grayscale: #656565. Windows color (decimal): -12548576 or 2131520. OLE color: 2131520.

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

Color convert

RGB 64 134 32 -
CMYK 0.52 0 0.76 0.47
HSL 101.18º 0.61% 0.33% -
HSV(B) 101.18º 0.76% 0.53% -
XYZ 10.9 18.24 4.31 -
YUV 101.44 88.81 101.29 -
System Red Green Blue C M Y K H S L
Decimal 64 134 32 0.52 0 0.76 0.47 101.18 0.61 0.33
Hex 40 86 20 34 0 4C 2F 65 3D 21
Octal 100 206 40 64 0 114 57 145 75 41
Binary 1000000 10000110 100000 110100 0 1001100 101111 1100101 111101 100001

Color Harmonies of #408620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408620

Black with #408620

Text Example


Text Example

White with #408620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408620; }

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

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

background-color css

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

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

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

border-color css

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

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

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