Html Css Color HEX #408911 Bilbao

📋 copy color: '#408911'

red 64 ◦ green 137 ◦ blue 17

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

Shades of Bilbao #408911

Tints of Bilbao #408911

RGB

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

 GREEN value IS 137 (53.91% from 255) = 62.84%

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 29.36%
G = 62.84%
B = 7.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#408911 (or 0x408911) is known color: Bilbao. HEX triplet: 40, 89 and 11. RGB value is (64,137,17). Sum of RGB (Red+Green+Blue) = 64+137+17=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #408911 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408911 is #BF76EE. Grayscale: #656565. Windows color (decimal): -12547823 or 1149248. OLE color: 1149248.

HSL color Cylindrical-coordinate representation of color #408911: hue angle of 96.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #408911 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 17 -
CMYK 0.53 0 0.88 0.46
HSL 96.5º 0.78% 0.3% -
HSV(B) 96.5º 0.88% 0.54% -
XYZ 11.16 19.02 3.61 -
YUV 101.49 80.32 101.26 -
System Red Green Blue C M Y K H S L
Decimal 64 137 17 0.53 0 0.88 0.46 96.5 0.78 0.3
Hex 40 89 11 35 0 58 2E 60 4E 1E
Octal 100 211 21 65 0 130 56 140 116 36
Binary 1000000 10001001 10001 110101 0 1011000 101110 1100000 1001110 11110

Color Harmonies of #408911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408911

Black with #408911

Text Example


Text Example

White with #408911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408911; }

 p { color: rgb(64,137,17); }

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

background-color css

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

 a { background-color: rgb(64,137,17); }

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

border-color css

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

 span { border-color: rgb(64,137,17); }

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