#408211

Color #408211 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #408211

Tints of Bilbao #408211

Color information

#408211 (or 0x408211) is unknown color: approx Bilbao. HEX triplet: 40, 82 and 11. RGB value is (64,130,17). Sum of RGB (Red+Green+Blue) = 64+130+17=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #408211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408211 is #BF7DEE. Grayscale: #616161. Windows color (decimal): -12549615 or 1147456. OLE color: 1147456.

HSL color Cylindrical-coordinate representation of color #408211: hue angle of 95.04º 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 #408211 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB6413017-
CMYK0.5100.870.49
HSL95.04º76.87%28.82%-
HSV(B)95.04º86.92%50.98%-
XYZ10.217.13.29-
YUV97.3882.63104.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 130 (51.17% from 255) = 61.61%
BLUE value IS 17 (7.03% from 255) = 8.06%
R=30.33%
G=61.61%
B=8.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130170.5100.870.4995.0476.8728.82
Hex40821133057315f4d1d
Octal100202216301276113711535
Binary10000001000001010001110011010101111100011011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408211; }

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

 H1.HeaderClassName
 {
   color: #408211;
 }
 .AnyTagClassName
 {
   color: #408211;
 }
</style>
background-color css

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

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

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

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

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

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