Shades of Eden #256059
Tints of Eden #256059
RGB
CMYK
RGB Variations
Color information
#256059 (or 0x256059) is known color: Eden. HEX triplet: 25, 60 and 59. RGB value is (37,96,89). Sum of RGB (Red+Green+Blue) = 37+96+89=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #256059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256059 is #DA9FA6. Grayscale: #4D4D4D. Windows color (decimal): -14327719 or 5857317. OLE color: 5857317.
HSL color Cylindrical-coordinate representation of color #256059: hue angle of 172.88º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #256059 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 89 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.62 |
| HSL | 172.88º | 0.44% | 0.26% | - |
| HSV(B) | 172.88º | 0.61% | 0.38% | - |
| XYZ | 6.75 | 9.48 | 10.93 | - |
| YUV | 77.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 89 | 0.61 | 0 | 0.07 | 0.62 | 172.88 | 0.44 | 0.26 |
| Hex | 25 | 60 | 59 | 3D | 0 | 7 | 3E | AD | 2C | 1A |
| Octal | 45 | 140 | 131 | 75 | 0 | 7 | 76 | 255 | 54 | 32 |
| Binary | 100101 | 1100000 | 1011001 | 111101 | 0 | 111 | 111110 | 10101101 | 101100 | 11010 |
Color Harmonies of #256059
Complementary color
Monochromatic Colors of #256059
Black with #256059
Text Example
Text Example
White with #256059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256059; }
p { color: rgb(37,96,89); }
H1.HeaderClassName
{
color: #256059;
}
.AnyTagClassName
{
color: #256059;
}
</style>
background-color css
<style>
a { background-color: #256059; }
a { background-color: rgb(37,96,89); }
div.DivClassName
{
background-color: #256059;
}
.BgClassName
{
background-color: #256059;
}
</style>
border-color css
<style>
span { border-color: #256059; }
span { border-color: rgb(37,96,89); }
td.TdClassName
{
border-color: #256059;
}
.TagClassName
{
border-color: #256059;
}
</style>