#407419

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

Shades of Bilbao #407419

Tints of Bilbao #407419

Color information

#407419 (or 0x407419) is unknown color: approx Bilbao. HEX triplet: 40, 74 and 19. RGB value is (64,116,25). Sum of RGB (Red+Green+Blue) = 64+116+25=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #407419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407419 is #BF8BE6. Grayscale: #5A5A5A. Windows color (decimal): -12553191 or 1668160. OLE color: 1668160.

HSL color Cylindrical-coordinate representation of color #407419: hue angle of 94.29º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #407419 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB6411625-
CMYK0.4500.780.55
HSL94.29º64.54%27.65%-
HSV(B)94.29º78.45%45.49%-
XYZ8.5413.653.1-
YUV90.0891.27109.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 25 (10.16% from 255) = 12.20%
R=31.22%
G=56.59%
B=12.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116250.4500.780.5594.2964.5427.65
Hex4074192D04E375e411c
Octal100164315501166713610134
Binary1000000111010011001101101010011101101111011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407419; }

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

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

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

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

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

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

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

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