#407924

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

Shades of Bilbao #407924

Tints of Bilbao #407924

Color information

#407924 (or 0x407924) is unknown color: approx Bilbao. HEX triplet: 40, 79 and 24. RGB value is (64,121,36). Sum of RGB (Red+Green+Blue) = 64+121+36=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #407924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407924 is #BF86DB. Grayscale: #5E5E5E. Windows color (decimal): -12551900 or 2390336. OLE color: 2390336.

HSL color Cylindrical-coordinate representation of color #407924: hue angle of 100.24º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #407924 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB6412136-
CMYK0.4700.700.53
HSL100.24º54.14%30.78%-
HSV(B)100.24º70.25%47.45%-
XYZ9.2714.894.05-
YUV94.2795.12106.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 121 (47.66% from 255) = 54.75%
BLUE value IS 36 (14.45% from 255) = 16.29%
R=28.96%
G=54.75%
B=16.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121360.4700.700.53100.2454.1430.78
Hex4079242F0463564361f
Octal10017144570106651446637
Binary1000000111100110010010111101000110110101110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407924; }

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

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

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

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

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

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

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

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