#407417

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

Shades of Bilbao #407417

Tints of Bilbao #407417

Color information

#407417 (or 0x407417) is unknown color: approx Bilbao. HEX triplet: 40, 74 and 17. RGB value is (64,116,23). Sum of RGB (Red+Green+Blue) = 64+116+23=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #407417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407417 is #BF8BE8. Grayscale: #5A5A5A. Windows color (decimal): -12553193 or 1537088. OLE color: 1537088.

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

Color convert

RGB6411623-
CMYK0.4500.800.55
HSL93.55º66.91%27.25%-
HSV(B)93.55º80.17%45.49%-
XYZ8.5113.643-
YUV89.8590.27109.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 116 (45.70% from 255) = 57.14%
BLUE value IS 23 (9.38% from 255) = 11.33%
R=31.53%
G=57.14%
B=11.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116230.4500.800.5593.5566.9127.25
Hex4074172D050375e431b
Octal100164275501206713610333
Binary1000000111010010111101101010100001101111011110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407417; }

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

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

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

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

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

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

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

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