#407C16

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

Shades of Bilbao #407C16

Tints of Bilbao #407C16

Color information

#407C16 (or 0x407C16) is unknown color: approx Bilbao. HEX triplet: 40, 7C and 16. RGB value is (64,124,22). Sum of RGB (Red+Green+Blue) = 64+124+22=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #407C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C16 is #BF83E9. Grayscale: #5E5E5E. Windows color (decimal): -12551146 or 1473600. OLE color: 1473600.

HSL color Cylindrical-coordinate representation of color #407C16: hue angle of 95.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #407C16 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB6412422-
CMYK0.4800.820.51
HSL95.29º69.86%28.63%-
HSV(B)95.29º82.26%48.63%-
XYZ9.4715.563.26-
YUV94.4387.12106.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 124 (48.83% from 255) = 59.05%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=30.48%
G=59.05%
B=10.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124220.4800.820.5195.2969.8628.63
Hex407C1630052335f461d
Octal100174266001226313710635
Binary1000000111110010110110000010100101100111011111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407C16; }

 p { color: rgb(64,124,22); }

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

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

 a { background-color: rgb(64,124,22); }

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

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

 span { border-color: rgb(64,124,22); }

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