#407525

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

Shades of Bilbao #407525

Tints of Bilbao #407525

Color information

#407525 (or 0x407525) is unknown color: approx Bilbao. HEX triplet: 40, 75 and 25. RGB value is (64,117,37). Sum of RGB (Red+Green+Blue) = 64+117+37=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #407525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407525 is #BF8ADA. Grayscale: #5C5C5C. Windows color (decimal): -12552923 or 2454848. OLE color: 2454848.

HSL color Cylindrical-coordinate representation of color #407525: hue angle of 99.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #407525 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB6411737-
CMYK0.4500.680.54
HSL99.75º51.95%30.2%-
HSV(B)99.75º68.38%45.88%-
XYZ8.8113.953.98-
YUV92.0396.94108-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 117 (46.09% from 255) = 53.67%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=29.36%
G=53.67%
B=16.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117370.4500.680.5499.7551.9530.2
Hex4075252D0443664341e
Octal10016545550104661446436
Binary1000000111010110010110110101000100110110110010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407525; }

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

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

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

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

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

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

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

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