#407919

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

Shades of Bilbao #407919

Tints of Bilbao #407919

Color information

#407919 (or 0x407919) is unknown color: approx Bilbao. HEX triplet: 40, 79 and 19. RGB value is (64,121,25). Sum of RGB (Red+Green+Blue) = 64+121+25=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #407919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407919 is #BF86E6. Grayscale: #5D5D5D. Windows color (decimal): -12551911 or 1669440. OLE color: 1669440.

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

Color convert

RGB6412125-
CMYK0.4700.790.53
HSL95.62º65.75%28.63%-
HSV(B)95.62º79.34%47.45%-
XYZ9.1314.833.3-
YUV93.0189.62107.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 121 (47.66% from 255) = 57.62%
BLUE value IS 25 (10.16% from 255) = 11.90%
R=30.48%
G=57.62%
B=11.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121250.4700.790.5395.6265.7528.63
Hex4079192F04F3560421d
Octal100171315701176514010235
Binary1000000111100111001101111010011111101011100000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407919; }

 p { color: rgb(64,121,25); }

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

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

 a { background-color: rgb(64,121,25); }

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

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

 span { border-color: rgb(64,121,25); }

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