#407411

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

Shades of Bilbao #407411

Tints of Bilbao #407411

Color information

#407411 (or 0x407411) is unknown color: approx Bilbao. HEX triplet: 40, 74 and 11. RGB value is (64,116,17). Sum of RGB (Red+Green+Blue) = 64+116+17=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #407411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407411 is #BF8BEE. Grayscale: #595959. Windows color (decimal): -12553199 or 1143872. OLE color: 1143872.

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

Color convert

RGB6411617-
CMYK0.4500.850.55
HSL91.52º74.44%26.08%-
HSV(B)91.52º85.34%45.49%-
XYZ8.4613.622.71-
YUV89.1787.27110.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 116 (45.70% from 255) = 58.88%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=32.49%
G=58.88%
B=8.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116170.4500.850.5591.5274.4426.08
Hex4074112D055375c4a1a
Octal100164215501256713411232
Binary1000000111010010001101101010101011101111011100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407411; }

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

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

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

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

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

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

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

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