#407019

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

Shades of Bilbao #407019

Tints of Bilbao #407019

Color information

#407019 (or 0x407019) is unknown color: approx Bilbao. HEX triplet: 40, 70 and 19. RGB value is (64,112,25). Sum of RGB (Red+Green+Blue) = 64+112+25=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #407019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407019 is #BF8FE6. Grayscale: #585858. Windows color (decimal): -12554215 or 1667136. OLE color: 1667136.

HSL color Cylindrical-coordinate representation of color #407019: hue angle of 93.1º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #407019 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB6411225-
CMYK0.4300.780.56
HSL93.1º63.5%26.86%-
HSV(B)93.1º77.68%43.92%-
XYZ8.0812.752.95-
YUV87.7392.6111.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=31.84%
G=55.72%
B=12.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112250.4300.780.5693.163.526.86
Hex4070192B04E385d401b
Octal100160315301167013510033
Binary1000000111000011001101011010011101110001011101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407019; }

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

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

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

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

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

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

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

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