Shades of Eden #1C6E55
Tints of Eden #1C6E55
RGB
CMYK
RGB Variations
Color information
#1C6E55 (or 0x1C6E55) is known color: Eden. HEX triplet: 1C, 6E and 55. RGB value is (28,110,85). Sum of RGB (Red+Green+Blue) = 28+110+85=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E55 is #E391AA. Grayscale: #525252. Windows color (decimal): -14913963 or 5598748. OLE color: 5598748.
HSL color Cylindrical-coordinate representation of color #1C6E55: hue angle of 161.71º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E55 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 110 | 85 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.57 |
| HSL | 161.71º | 0.59% | 0.27% | - |
| HSV(B) | 161.71º | 0.75% | 0.43% | - |
| XYZ | 7.69 | 12.05 | 10.52 | - |
| YUV | 82.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 110 | 85 | 0.75 | 0 | 0.23 | 0.57 | 161.71 | 0.59 | 0.27 |
| Hex | 1C | 6E | 55 | 4B | 0 | 17 | 39 | A2 | 3B | 1B |
| Octal | 34 | 156 | 125 | 113 | 0 | 27 | 71 | 242 | 73 | 33 |
| Binary | 11100 | 1101110 | 1010101 | 1001011 | 0 | 10111 | 111001 | 10100010 | 111011 | 11011 |
Color Harmonies of #1C6E55
Complementary color
Monochromatic Colors of #1C6E55
Black with #1C6E55
Text Example
Text Example
White with #1C6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6E55; }
p { color: rgb(28,110,85); }
H1.HeaderClassName
{
color: #1C6E55;
}
.AnyTagClassName
{
color: #1C6E55;
}
</style>
background-color css
<style>
a { background-color: #1C6E55; }
a { background-color: rgb(28,110,85); }
div.DivClassName
{
background-color: #1C6E55;
}
.BgClassName
{
background-color: #1C6E55;
}
</style>
border-color css
<style>
span { border-color: #1C6E55; }
span { border-color: rgb(28,110,85); }
td.TdClassName
{
border-color: #1C6E55;
}
.TagClassName
{
border-color: #1C6E55;
}
</style>