Shades of Eden #256155
Tints of Eden #256155
RGB
CMYK
RGB Variations
Color information
#256155 (or 0x256155) is known color: Eden. HEX triplet: 25, 61 and 55. RGB value is (37,97,85). Sum of RGB (Red+Green+Blue) = 37+97+85=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #256155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256155 is #DA9EAA. Grayscale: #4D4D4D. Windows color (decimal): -14327467 or 5595429. OLE color: 5595429.
HSL color Cylindrical-coordinate representation of color #256155: hue angle of 168º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256155 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 85 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.62 |
| HSL | 168º | 0.45% | 0.26% | - |
| HSV(B) | 168º | 0.62% | 0.38% | - |
| XYZ | 6.68 | 9.6 | 10.1 | - |
| YUV | 77.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 85 | 0.62 | 0 | 0.12 | 0.62 | 168 | 0.45 | 0.26 |
| Hex | 25 | 61 | 55 | 3E | 0 | C | 3E | A8 | 2D | 1A |
| Octal | 45 | 141 | 125 | 76 | 0 | 14 | 76 | 250 | 55 | 32 |
| Binary | 100101 | 1100001 | 1010101 | 111110 | 0 | 1100 | 111110 | 10101000 | 101101 | 11010 |
Color Harmonies of #256155
Complementary color
Monochromatic Colors of #256155
Black with #256155
Text Example
Text Example
White with #256155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256155; }
p { color: rgb(37,97,85); }
H1.HeaderClassName
{
color: #256155;
}
.AnyTagClassName
{
color: #256155;
}
</style>
background-color css
<style>
a { background-color: #256155; }
a { background-color: rgb(37,97,85); }
div.DivClassName
{
background-color: #256155;
}
.BgClassName
{
background-color: #256155;
}
</style>
border-color css
<style>
span { border-color: #256155; }
span { border-color: rgb(37,97,85); }
td.TdClassName
{
border-color: #256155;
}
.TagClassName
{
border-color: #256155;
}
</style>