Html Css Color HEX #408311 Bilbao

📋 copy color: '#408311'

red 64 ◦ green 131 ◦ blue 17

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

Shades of Bilbao #408311

Tints of Bilbao #408311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.79%

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

R = 30.19%
G = 61.79%
B = 8.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#408311 (or 0x408311) is known color: Bilbao. HEX triplet: 40, 83 and 11. RGB value is (64,131,17). Sum of RGB (Red+Green+Blue) = 64+131+17=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #408311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408311 is #BF7CEE. Grayscale: #626262. Windows color (decimal): -12549359 or 1147712. OLE color: 1147712.

HSL color Cylindrical-coordinate representation of color #408311: hue angle of 95.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #408311 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 131 17 -
CMYK 0.51 0 0.87 0.49
HSL 95.26º 0.77% 0.29% -
HSV(B) 95.26º 0.87% 0.51% -
XYZ 10.33 17.36 3.34 -
YUV 97.97 82.3 103.77 -
System Red Green Blue C M Y K H S L
Decimal 64 131 17 0.51 0 0.87 0.49 95.26 0.77 0.29
Hex 40 83 11 33 0 57 31 5F 4D 1D
Octal 100 203 21 63 0 127 61 137 115 35
Binary 1000000 10000011 10001 110011 0 1010111 110001 1011111 1001101 11101

Color Harmonies of #408311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408311

Black with #408311

Text Example


Text Example

White with #408311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408311; }

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

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

background-color css

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

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

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

border-color css

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

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

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