Shades of Eden #246055
Tints of Eden #246055
RGB
CMYK
RGB Variations
Color information
#246055 (or 0x246055) is known color: Eden. HEX triplet: 24, 60 and 55. RGB value is (36,96,85). Sum of RGB (Red+Green+Blue) = 36+96+85=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #246055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246055 is #DB9FAA. Grayscale: #4C4C4C. Windows color (decimal): -14393259 or 5595172. OLE color: 5595172.
HSL color Cylindrical-coordinate representation of color #246055: hue angle of 169º 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 #246055 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 96 | 85 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.62 |
| HSL | 169º | 0.45% | 0.26% | - |
| HSV(B) | 169º | 0.63% | 0.38% | - |
| XYZ | 6.55 | 9.4 | 10.06 | - |
| YUV | 76.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 85 | 0.62 | 0 | 0.11 | 0.62 | 169 | 0.45 | 0.26 |
| Hex | 24 | 60 | 55 | 3E | 0 | B | 3E | A9 | 2D | 1A |
| Octal | 44 | 140 | 125 | 76 | 0 | 13 | 76 | 251 | 55 | 32 |
| Binary | 100100 | 1100000 | 1010101 | 111110 | 0 | 1011 | 111110 | 10101001 | 101101 | 11010 |
Color Harmonies of #246055
Complementary color
Monochromatic Colors of #246055
Black with #246055
Text Example
Text Example
White with #246055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246055; }
p { color: rgb(36,96,85); }
H1.HeaderClassName
{
color: #246055;
}
.AnyTagClassName
{
color: #246055;
}
</style>
background-color css
<style>
a { background-color: #246055; }
a { background-color: rgb(36,96,85); }
div.DivClassName
{
background-color: #246055;
}
.BgClassName
{
background-color: #246055;
}
</style>
border-color css
<style>
span { border-color: #246055; }
span { border-color: rgb(36,96,85); }
td.TdClassName
{
border-color: #246055;
}
.TagClassName
{
border-color: #246055;
}
</style>