#407813

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

Shades of Bilbao #407813

Tints of Bilbao #407813

Color information

#407813 (or 0x407813) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 13. RGB value is (64,120,19). Sum of RGB (Red+Green+Blue) = 64+120+19=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #407813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407813 is #BF87EC. Grayscale: #5C5C5C. Windows color (decimal): -12552173 or 1275968. OLE color: 1275968.

HSL color Cylindrical-coordinate representation of color #407813: hue angle of 93.27º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #407813 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB6412019-
CMYK0.4700.840.53
HSL93.27º72.66%27.25%-
HSV(B)93.27º84.17%47.06%-
XYZ8.9514.572.96-
YUV91.7486.95108.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 120 (47.27% from 255) = 59.11%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=31.53%
G=59.11%
B=9.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120190.4700.840.5393.2772.6627.25
Hex4078132F054355d491b
Octal100170235701246513511133
Binary1000000111100010011101111010101001101011011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407813; }

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

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

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

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

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

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

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

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