#407B15

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

Shades of Bilbao #407B15

Tints of Bilbao #407B15

Color information

#407B15 (or 0x407B15) is unknown color: approx Bilbao. HEX triplet: 40, 7B and 15. RGB value is (64,123,21). Sum of RGB (Red+Green+Blue) = 64+123+21=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #407B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B15 is #BF84EA. Grayscale: #5E5E5E. Windows color (decimal): -12551403 or 1407808. OLE color: 1407808.

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

Color convert

RGB6412321-
CMYK0.4800.830.52
HSL94.71º70.83%28.24%-
HSV(B)94.71º82.93%48.24%-
XYZ9.3315.313.17-
YUV93.7386.95106.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 123 (48.44% from 255) = 59.13%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=30.77%
G=59.13%
B=10.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123210.4800.830.5294.7170.8328.24
Hex407B1530053345f471c
Octal100173256001236413710734
Binary1000000111101110101110000010100111101001011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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