Shades of Eden #245852
Tints of Eden #245852
RGB
CMYK
RGB Variations
Color information
#245852 (or 0x245852) is known color: Eden. HEX triplet: 24, 58 and 52. RGB value is (36,88,82). Sum of RGB (Red+Green+Blue) = 36+88+82=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #245852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245852 is #DBA7AD. Grayscale: #474747. Windows color (decimal): -14395310 or 5396516. OLE color: 5396516.
HSL color Cylindrical-coordinate representation of color #245852: hue angle of 173.08º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245852 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 88 | 82 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.65 |
| HSL | 173.08º | 0.42% | 0.24% | - |
| HSV(B) | 173.08º | 0.59% | 0.35% | - |
| XYZ | 5.74 | 7.96 | 9.22 | - |
| YUV | 71.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 82 | 0.59 | 0 | 0.07 | 0.65 | 173.08 | 0.42 | 0.24 |
| Hex | 24 | 58 | 52 | 3B | 0 | 7 | 41 | AD | 2A | 18 |
| Octal | 44 | 130 | 122 | 73 | 0 | 7 | 101 | 255 | 52 | 30 |
| Binary | 100100 | 1011000 | 1010010 | 111011 | 0 | 111 | 1000001 | 10101101 | 101010 | 11000 |
Color Harmonies of #245852
Complementary color
Monochromatic Colors of #245852
Black with #245852
Text Example
Text Example
White with #245852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245852; }
p { color: rgb(36,88,82); }
H1.HeaderClassName
{
color: #245852;
}
.AnyTagClassName
{
color: #245852;
}
</style>
background-color css
<style>
a { background-color: #245852; }
a { background-color: rgb(36,88,82); }
div.DivClassName
{
background-color: #245852;
}
.BgClassName
{
background-color: #245852;
}
</style>
border-color css
<style>
span { border-color: #245852; }
span { border-color: rgb(36,88,82); }
td.TdClassName
{
border-color: #245852;
}
.TagClassName
{
border-color: #245852;
}
</style>