#407409

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

Shades of Bilbao #407409

Tints of Bilbao #407409

Color information

#407409 (or 0x407409) is unknown color: approx Bilbao. HEX triplet: 40, 74 and 09. RGB value is (64,116,9). Sum of RGB (Red+Green+Blue) = 64+116+9=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #407409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407409 is #BF8BF6. Grayscale: #585858. Windows color (decimal): -12553207 or 619584. OLE color: 619584.

HSL color Cylindrical-coordinate representation of color #407409: hue angle of 89.16º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #407409 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB641169-
CMYK0.4500.920.55
HSL89.16º85.6%24.51%-
HSV(B)89.16º92.24%45.49%-
XYZ8.4113.62.44-
YUV88.2583.27110.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 116 (45.70% from 255) = 61.38%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=33.86%
G=61.38%
B=4.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6411690.4500.920.5589.1685.624.51
Hex407492D05C37595619
Octal100164115501346713112631
Binary100000011101001001101101010111001101111011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407409; }

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

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

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

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

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

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

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

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