#408711

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

Shades of Bilbao #408711

Tints of Bilbao #408711

Color information

#408711 (or 0x408711) is unknown color: approx Bilbao. HEX triplet: 40, 87 and 11. RGB value is (64,135,17). Sum of RGB (Red+Green+Blue) = 64+135+17=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #408711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408711 is #BF78EE. Grayscale: #646464. Windows color (decimal): -12548335 or 1148736. OLE color: 1148736.

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

Color convert

RGB6413517-
CMYK0.5300.870.47
HSL96.1º77.63%29.8%-
HSV(B)96.1º87.41%52.94%-
XYZ10.8818.463.52-
YUV100.3280.98102.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 135 (53.12% from 255) = 62.5%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=29.63%
G=62.5%
B=7.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135170.5300.870.4796.177.6329.8
Hex408711350572F604e1e
Octal100207216501275714011636
Binary10000001000011110001110101010101111011111100000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408711; }

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

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

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

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

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

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

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

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