#408512

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

Shades of Bilbao #408512

Tints of Bilbao #408512

Color information

#408512 (or 0x408512) is unknown color: approx Bilbao. HEX triplet: 40, 85 and 12. RGB value is (64,133,18). Sum of RGB (Red+Green+Blue) = 64+133+18=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #408512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408512 is #BF7AED. Grayscale: #636363. Windows color (decimal): -12548846 or 1213760. OLE color: 1213760.

HSL color Cylindrical-coordinate representation of color #408512: hue angle of 96º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #408512 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB6413318-
CMYK0.5200.860.48
HSL96º76.16%29.61%-
HSV(B)96º86.47%52.16%-
XYZ10.6117.913.47-
YUV99.2682.14102.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 133 (52.34% from 255) = 61.86%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=29.77%
G=61.86%
B=8.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133180.5200.860.489676.1629.61
Hex4085123405630604c1e
Octal100205226401266014011436
Binary10000001000010110010110100010101101100001100000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408512; }

 p { color: rgb(64,133,18); }

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

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

 a { background-color: rgb(64,133,18); }

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

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

 span { border-color: rgb(64,133,18); }

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