Shades of Eden #1C5652
Tints of Eden #1C5652
RGB
CMYK
RGB Variations
Color information
#1C5652 (or 0x1C5652) is known color: Eden. HEX triplet: 1C, 56 and 52. RGB value is (28,86,82). Sum of RGB (Red+Green+Blue) = 28+86+82=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #1C5652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5652 is #E3A9AD. Grayscale: #444444. Windows color (decimal): -14920110 or 5395996. OLE color: 5395996.
HSL color Cylindrical-coordinate representation of color #1C5652: hue angle of 175.86º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5652 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 86 | 82 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.66 |
| HSL | 175.86º | 0.51% | 0.22% | - |
| HSV(B) | 175.86º | 0.67% | 0.34% | - |
| XYZ | 5.33 | 7.51 | 9.15 | - |
| YUV | 68.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 82 | 0.67 | 0 | 0.05 | 0.66 | 175.86 | 0.51 | 0.22 |
| Hex | 1C | 56 | 52 | 43 | 0 | 5 | 42 | B0 | 33 | 16 |
| Octal | 34 | 126 | 122 | 103 | 0 | 5 | 102 | 260 | 63 | 26 |
| Binary | 11100 | 1010110 | 1010010 | 1000011 | 0 | 101 | 1000010 | 10110000 | 110011 | 10110 |
Color Harmonies of #1C5652
Complementary color
Monochromatic Colors of #1C5652
Black with #1C5652
Text Example
Text Example
White with #1C5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5652; }
p { color: rgb(28,86,82); }
H1.HeaderClassName
{
color: #1C5652;
}
.AnyTagClassName
{
color: #1C5652;
}
</style>
background-color css
<style>
a { background-color: #1C5652; }
a { background-color: rgb(28,86,82); }
div.DivClassName
{
background-color: #1C5652;
}
.BgClassName
{
background-color: #1C5652;
}
</style>
border-color css
<style>
span { border-color: #1C5652; }
span { border-color: rgb(28,86,82); }
td.TdClassName
{
border-color: #1C5652;
}
.TagClassName
{
border-color: #1C5652;
}
</style>