#407025

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

Shades of Bilbao #407025

Tints of Bilbao #407025

Color information

#407025 (or 0x407025) is unknown color: approx Bilbao. HEX triplet: 40, 70 and 25. RGB value is (64,112,37). Sum of RGB (Red+Green+Blue) = 64+112+37=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #407025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407025 is #BF8FDA. Grayscale: #595959. Windows color (decimal): -12554203 or 2453568. OLE color: 2453568.

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

Color convert

RGB6411237-
CMYK0.4300.670.56
HSL98.4º50.34%29.22%-
HSV(B)98.4º66.96%43.92%-
XYZ8.2412.813.79-
YUV89.198.6110.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=30.05%
G=52.58%
B=17.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112370.4300.670.5698.450.3429.22
Hex4070252B0433862321d
Octal10016045530103701426235
Binary1000000111000010010110101101000011111000110001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407025; }

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

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

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

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

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

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

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

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