#407819

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

Shades of Bilbao #407819

Tints of Bilbao #407819

Color information

#407819 (or 0x407819) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 19. RGB value is (64,120,25). Sum of RGB (Red+Green+Blue) = 64+120+25=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #407819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407819 is #BF87E6. Grayscale: #5C5C5C. Windows color (decimal): -12552167 or 1669184. OLE color: 1669184.

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

Color convert

RGB6412025-
CMYK0.4700.790.53
HSL95.37º65.52%28.43%-
HSV(B)95.37º79.17%47.06%-
XYZ9.0114.593.26-
YUV92.4389.95107.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 120 (47.27% from 255) = 57.42%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=30.62%
G=57.42%
B=11.96%

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
Decimal64120250.4700.790.5395.3765.5228.43
Hex4078192F04F355f421c
Octal100170315701176513710234
Binary1000000111100011001101111010011111101011011111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407819; }

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

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

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

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

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

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

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

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