#407125

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

Shades of Bilbao #407125

Tints of Bilbao #407125

Color information

#407125 (or 0x407125) is unknown color: approx Bilbao. HEX triplet: 40, 71 and 25. RGB value is (64,113,37). Sum of RGB (Red+Green+Blue) = 64+113+37=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #407125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407125 is #BF8EDA. Grayscale: #595959. Windows color (decimal): -12553947 or 2453824. OLE color: 2453824.

HSL color Cylindrical-coordinate representation of color #407125: hue angle of 98.68º degrees, saturation: 0.51, 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 #407125 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB6411337-
CMYK0.4300.670.56
HSL98.68º50.67%29.41%-
HSV(B)98.68º67.26%44.31%-
XYZ8.3513.033.83-
YUV89.6898.27109.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=29.91%
G=52.80%
B=17.29%

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
Decimal64113370.4300.670.5698.6850.6729.41
Hex4071252B0433863331d
Octal10016145530103701436335
Binary1000000111000110010110101101000011111000110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407125; }

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

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

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

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

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

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

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

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