Shades of Eden #25725A
Tints of Eden #25725A
RGB
CMYK
RGB Variations
Color information
#25725A (or 0x25725A) is known color: Eden. HEX triplet: 25, 72 and 5A. RGB value is (37,114,90). Sum of RGB (Red+Green+Blue) = 37+114+90=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #25725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25725A is #DA8DA5. Grayscale: #585858. Windows color (decimal): -14323110 or 5927461. OLE color: 5927461.
HSL color Cylindrical-coordinate representation of color #25725A: hue angle of 161.3º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25725A is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 90 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.55 |
| HSL | 161.3º | 0.51% | 0.3% | - |
| HSV(B) | 161.3º | 0.68% | 0.45% | - |
| XYZ | 8.63 | 13.17 | 11.76 | - |
| YUV | 88.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 90 | 0.68 | 0 | 0.21 | 0.55 | 161.3 | 0.51 | 0.3 |
| Hex | 25 | 72 | 5A | 44 | 0 | 15 | 37 | A1 | 33 | 1E |
| Octal | 45 | 162 | 132 | 104 | 0 | 25 | 67 | 241 | 63 | 36 |
| Binary | 100101 | 1110010 | 1011010 | 1000100 | 0 | 10101 | 110111 | 10100001 | 110011 | 11110 |
Color Harmonies of #25725A
Complementary color
Monochromatic Colors of #25725A
Black with #25725A
Text Example
Text Example
White with #25725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25725A; }
p { color: rgb(37,114,90); }
H1.HeaderClassName
{
color: #25725A;
}
.AnyTagClassName
{
color: #25725A;
}
</style>
background-color css
<style>
a { background-color: #25725A; }
a { background-color: rgb(37,114,90); }
div.DivClassName
{
background-color: #25725A;
}
.BgClassName
{
background-color: #25725A;
}
</style>
border-color css
<style>
span { border-color: #25725A; }
span { border-color: rgb(37,114,90); }
td.TdClassName
{
border-color: #25725A;
}
.TagClassName
{
border-color: #25725A;
}
</style>