#407C18

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

Shades of Bilbao #407C18

Tints of Bilbao #407C18

Color information

#407C18 (or 0x407C18) is unknown color: approx Bilbao. HEX triplet: 40, 7C and 18. RGB value is (64,124,24). Sum of RGB (Red+Green+Blue) = 64+124+24=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #407C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C18 is #BF83E7. Grayscale: #5F5F5F. Windows color (decimal): -12551144 or 1604672. OLE color: 1604672.

HSL color Cylindrical-coordinate representation of color #407C18: hue angle of 96º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #407C18 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB6412424-
CMYK0.4800.810.51
HSL96º67.57%29.02%-
HSV(B)96º80.65%48.63%-
XYZ9.4915.573.37-
YUV94.6688.12106.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 124 (48.83% from 255) = 58.49%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=30.19%
G=58.49%
B=11.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124240.4800.810.519667.5729.02
Hex407C18300513360441d
Octal100174306001216314010435
Binary1000000111110011000110000010100011100111100000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407C18; }

 p { color: rgb(64,124,24); }

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

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

 a { background-color: rgb(64,124,24); }

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

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

 span { border-color: rgb(64,124,24); }

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