#407D15

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

Shades of Bilbao #407D15

Tints of Bilbao #407D15

Color information

#407D15 (or 0x407D15) is unknown color: approx Bilbao. HEX triplet: 40, 7D and 15. RGB value is (64,125,21). Sum of RGB (Red+Green+Blue) = 64+125+21=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #407D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407D15 is #BF82EA. Grayscale: #5F5F5F. Windows color (decimal): -12550891 or 1408320. OLE color: 1408320.

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

Color convert

RGB6412521-
CMYK0.4900.830.51
HSL95.19º71.23%28.63%-
HSV(B)95.19º83.2%49.02%-
XYZ9.5815.813.26-
YUV94.986.29105.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 125 (49.22% from 255) = 59.52%
BLUE value IS 21 (8.59% from 255) = 10%
R=30.48%
G=59.52%
B=10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64125210.4900.830.5195.1971.2328.63
Hex407D1531053335f471d
Octal100175256101236313710735
Binary1000000111110110101110001010100111100111011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,125,21); }

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

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

 a { background-color: rgb(64,125,21); }

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

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

 span { border-color: rgb(64,125,21); }

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