Shades of Eden #255954
Tints of Eden #255954
RGB
CMYK
RGB Variations
Color information
#255954 (or 0x255954) is known color: Eden. HEX triplet: 25, 59 and 54. RGB value is (37,89,84). Sum of RGB (Red+Green+Blue) = 37+89+84=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #255954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255954 is #DAA6AB. Grayscale: #484848. Windows color (decimal): -14329516 or 5527845. OLE color: 5527845.
HSL color Cylindrical-coordinate representation of color #255954: hue angle of 174.23º 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 #255954 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 89 | 84 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.65 |
| HSL | 174.23º | 0.41% | 0.25% | - |
| HSV(B) | 174.23º | 0.58% | 0.35% | - |
| XYZ | 5.94 | 8.18 | 9.65 | - |
| YUV | 72.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 84 | 0.58 | 0 | 0.06 | 0.65 | 174.23 | 0.41 | 0.25 |
| Hex | 25 | 59 | 54 | 3A | 0 | 6 | 41 | AE | 29 | 19 |
| Octal | 45 | 131 | 124 | 72 | 0 | 6 | 101 | 256 | 51 | 31 |
| Binary | 100101 | 1011001 | 1010100 | 111010 | 0 | 110 | 1000001 | 10101110 | 101001 | 11001 |
Color Harmonies of #255954
Complementary color
Monochromatic Colors of #255954
Black with #255954
Text Example
Text Example
White with #255954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255954; }
p { color: rgb(37,89,84); }
H1.HeaderClassName
{
color: #255954;
}
.AnyTagClassName
{
color: #255954;
}
</style>
background-color css
<style>
a { background-color: #255954; }
a { background-color: rgb(37,89,84); }
div.DivClassName
{
background-color: #255954;
}
.BgClassName
{
background-color: #255954;
}
</style>
border-color css
<style>
span { border-color: #255954; }
span { border-color: rgb(37,89,84); }
td.TdClassName
{
border-color: #255954;
}
.TagClassName
{
border-color: #255954;
}
</style>