Shades of Eden #246052
Tints of Eden #246052
RGB
CMYK
RGB Variations
Color information
#246052 (or 0x246052) is known color: Eden. HEX triplet: 24, 60 and 52. RGB value is (36,96,82). Sum of RGB (Red+Green+Blue) = 36+96+82=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #246052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246052 is #DB9FAD. Grayscale: #4C4C4C. Windows color (decimal): -14393262 or 5398564. OLE color: 5398564.
HSL color Cylindrical-coordinate representation of color #246052: hue angle of 166º 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 #246052 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 96 | 82 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.62 |
| HSL | 166º | 0.45% | 0.26% | - |
| HSV(B) | 166º | 0.63% | 0.38% | - |
| XYZ | 6.43 | 9.35 | 9.45 | - |
| YUV | 76.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 82 | 0.62 | 0 | 0.15 | 0.62 | 166 | 0.45 | 0.26 |
| Hex | 24 | 60 | 52 | 3E | 0 | F | 3E | A6 | 2D | 1A |
| Octal | 44 | 140 | 122 | 76 | 0 | 17 | 76 | 246 | 55 | 32 |
| Binary | 100100 | 1100000 | 1010010 | 111110 | 0 | 1111 | 111110 | 10100110 | 101101 | 11010 |
Color Harmonies of #246052
Complementary color
Monochromatic Colors of #246052
Black with #246052
Text Example
Text Example
White with #246052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246052; }
p { color: rgb(36,96,82); }
H1.HeaderClassName
{
color: #246052;
}
.AnyTagClassName
{
color: #246052;
}
</style>
background-color css
<style>
a { background-color: #246052; }
a { background-color: rgb(36,96,82); }
div.DivClassName
{
background-color: #246052;
}
.BgClassName
{
background-color: #246052;
}
</style>
border-color css
<style>
span { border-color: #246052; }
span { border-color: rgb(36,96,82); }
td.TdClassName
{
border-color: #246052;
}
.TagClassName
{
border-color: #246052;
}
</style>