#407513

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

Shades of Bilbao #407513

Tints of Bilbao #407513

Color information

#407513 (or 0x407513) is unknown color: approx Bilbao. HEX triplet: 40, 75 and 13. RGB value is (64,117,19). Sum of RGB (Red+Green+Blue) = 64+117+19=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #407513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407513 is #BF8AEC. Grayscale: #5A5A5A. Windows color (decimal): -12552941 or 1275200. OLE color: 1275200.

HSL color Cylindrical-coordinate representation of color #407513: hue angle of 92.45º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #407513 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB6411719-
CMYK0.4500.840.54
HSL92.45º72.06%26.67%-
HSV(B)92.45º83.76%45.88%-
XYZ8.5913.862.84-
YUV89.9887.94109.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 117 (46.09% from 255) = 58.5%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=32%
G=58.5%
B=9.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117190.4500.840.5492.4572.0626.67
Hex4075132D054365c481b
Octal100165235501246613411033
Binary1000000111010110011101101010101001101101011100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407513; }

 p { color: rgb(64,117,19); }

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

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

 a { background-color: rgb(64,117,19); }

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

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

 span { border-color: rgb(64,117,19); }

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