Shades of Eden #25594F
Tints of Eden #25594F
RGB
CMYK
RGB Variations
Color information
#25594F (or 0x25594F) is known color: Eden. HEX triplet: 25, 59 and 4F. RGB value is (37,89,79). Sum of RGB (Red+Green+Blue) = 37+89+79=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #25594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25594F is #DAA6B0. Grayscale: #484848. Windows color (decimal): -14329521 or 5200165. OLE color: 5200165.
HSL color Cylindrical-coordinate representation of color #25594F: hue angle of 168.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #25594F is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 89 | 79 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.65 |
| HSL | 168.46º | 0.41% | 0.25% | - |
| HSV(B) | 168.46º | 0.58% | 0.35% | - |
| XYZ | 5.75 | 8.1 | 8.66 | - |
| YUV | 72.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 79 | 0.58 | 0 | 0.11 | 0.65 | 168.46 | 0.41 | 0.25 |
| Hex | 25 | 59 | 4F | 3A | 0 | B | 41 | A8 | 29 | 19 |
| Octal | 45 | 131 | 117 | 72 | 0 | 13 | 101 | 250 | 51 | 31 |
| Binary | 100101 | 1011001 | 1001111 | 111010 | 0 | 1011 | 1000001 | 10101000 | 101001 | 11001 |
Color Harmonies of #25594F
Complementary color
Monochromatic Colors of #25594F
Black with #25594F
Text Example
Text Example
White with #25594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25594F; }
p { color: rgb(37,89,79); }
H1.HeaderClassName
{
color: #25594F;
}
.AnyTagClassName
{
color: #25594F;
}
</style>
background-color css
<style>
a { background-color: #25594F; }
a { background-color: rgb(37,89,79); }
div.DivClassName
{
background-color: #25594F;
}
.BgClassName
{
background-color: #25594F;
}
</style>
border-color css
<style>
span { border-color: #25594F; }
span { border-color: rgb(37,89,79); }
td.TdClassName
{
border-color: #25594F;
}
.TagClassName
{
border-color: #25594F;
}
</style>