#407613

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

Shades of Bilbao #407613

Tints of Bilbao #407613

Color information

#407613 (or 0x407613) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 13. RGB value is (64,118,19). Sum of RGB (Red+Green+Blue) = 64+118+19=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #407613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407613 is #BF89EC. Grayscale: #5A5A5A. Windows color (decimal): -12552685 or 1275456. OLE color: 1275456.

HSL color Cylindrical-coordinate representation of color #407613: hue angle of 92.73º 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 #407613 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB6411819-
CMYK0.4600.840.54
HSL92.73º72.26%26.86%-
HSV(B)92.73º83.9%46.27%-
XYZ8.7114.092.88-
YUV90.5787.61109.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 118 (46.48% from 255) = 58.71%
BLUE value IS 19 (7.81% from 255) = 9.45%
R=31.84%
G=58.71%
B=9.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118190.4600.840.5492.7372.2626.86
Hex4076132E054365d481b
Octal100166235601246613511033
Binary1000000111011010011101110010101001101101011101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407613; }

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

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

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

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

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

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

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

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