#407517

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

Shades of Bilbao #407517

Tints of Bilbao #407517

Color information

#407517 (or 0x407517) is unknown color: approx Bilbao. HEX triplet: 40, 75 and 17. RGB value is (64,117,23). Sum of RGB (Red+Green+Blue) = 64+117+23=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #407517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407517 is #BF8AE8. Grayscale: #5A5A5A. Windows color (decimal): -12552937 or 1537344. OLE color: 1537344.

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

Color convert

RGB6411723-
CMYK0.4500.800.54
HSL93.83º67.14%27.45%-
HSV(B)93.83º80.34%45.88%-
XYZ8.6313.873.03-
YUV90.4489.94109.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 117 (46.09% from 255) = 57.35%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=31.37%
G=57.35%
B=11.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117230.4500.800.5493.8367.1427.45
Hex4075172D050365e431b
Octal100165275501206613610333
Binary1000000111010110111101101010100001101101011110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407517; }

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

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

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

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

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

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

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

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