#407015

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

Shades of Bilbao #407015

Tints of Bilbao #407015

Color information

#407015 (or 0x407015) is unknown color: approx Bilbao. HEX triplet: 40, 70 and 15. RGB value is (64,112,21). Sum of RGB (Red+Green+Blue) = 64+112+21=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #407015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407015 is #BF8FEA. Grayscale: #575757. Windows color (decimal): -12554219 or 1404992. OLE color: 1404992.

HSL color Cylindrical-coordinate representation of color #407015: hue angle of 91.65º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #407015 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB6411221-
CMYK0.4300.810.56
HSL91.65º68.42%26.08%-
HSV(B)91.65º81.25%43.92%-
XYZ8.0412.732.74-
YUV87.2790.6111.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=32.49%
G=56.85%
B=10.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112210.4300.810.5691.6568.4226.08
Hex4070152B051385c441a
Octal100160255301217013410432
Binary1000000111000010101101011010100011110001011100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407015; }

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

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

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

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

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

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

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

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