Shades of Eden #256053
Tints of Eden #256053
RGB
CMYK
RGB Variations
Color information
#256053 (or 0x256053) is known color: Eden. HEX triplet: 25, 60 and 53. RGB value is (37,96,83). Sum of RGB (Red+Green+Blue) = 37+96+83=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #256053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256053 is #DA9FAC. Grayscale: #4C4C4C. Windows color (decimal): -14327725 or 5464101. OLE color: 5464101.
HSL color Cylindrical-coordinate representation of color #256053: hue angle of 166.78º 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 #256053 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 83 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.62 |
| HSL | 166.78º | 0.44% | 0.26% | - |
| HSV(B) | 166.78º | 0.61% | 0.38% | - |
| XYZ | 6.51 | 9.38 | 9.65 | - |
| YUV | 76.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 83 | 0.61 | 0 | 0.14 | 0.62 | 166.78 | 0.44 | 0.26 |
| Hex | 25 | 60 | 53 | 3D | 0 | E | 3E | A7 | 2C | 1A |
| Octal | 45 | 140 | 123 | 75 | 0 | 16 | 76 | 247 | 54 | 32 |
| Binary | 100101 | 1100000 | 1010011 | 111101 | 0 | 1110 | 111110 | 10100111 | 101100 | 11010 |
Color Harmonies of #256053
Complementary color
Monochromatic Colors of #256053
Black with #256053
Text Example
Text Example
White with #256053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256053; }
p { color: rgb(37,96,83); }
H1.HeaderClassName
{
color: #256053;
}
.AnyTagClassName
{
color: #256053;
}
</style>
background-color css
<style>
a { background-color: #256053; }
a { background-color: rgb(37,96,83); }
div.DivClassName
{
background-color: #256053;
}
.BgClassName
{
background-color: #256053;
}
</style>
border-color css
<style>
span { border-color: #256053; }
span { border-color: rgb(37,96,83); }
td.TdClassName
{
border-color: #256053;
}
.TagClassName
{
border-color: #256053;
}
</style>