#408509

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

Shades of Bilbao #408509

Tints of Bilbao #408509

Color information

#408509 (or 0x408509) is unknown color: approx Bilbao. HEX triplet: 40, 85 and 09. RGB value is (64,133,9). Sum of RGB (Red+Green+Blue) = 64+133+9=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #408509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408509 is #BF7AF6. Grayscale: #626262. Windows color (decimal): -12548855 or 623936. OLE color: 623936.

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

Color convert

RGB641339-
CMYK0.5200.930.48
HSL93.39º87.32%27.84%-
HSV(B)93.39º93.23%52.16%-
XYZ10.5517.883.15-
YUV98.2377.64103.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 133 (52.34% from 255) = 64.56%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=31.07%
G=64.56%
B=4.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6413390.5200.930.4893.3987.3227.84
Hex408593405D305d571c
Octal100205116401356013512734
Binary1000000100001011001110100010111011100001011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408509; }

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

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

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

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

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

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

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

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