Shades of Eden #1C6A56
Tints of Eden #1C6A56
RGB
CMYK
RGB Variations
Color information
#1C6A56 (or 0x1C6A56) is known color: Eden. HEX triplet: 1C, 6A and 56. RGB value is (28,106,86). Sum of RGB (Red+Green+Blue) = 28+106+86=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6A56 is #E395A9. Grayscale: #505050. Windows color (decimal): -14914986 or 5663260. OLE color: 5663260.
HSL color Cylindrical-coordinate representation of color #1C6A56: hue angle of 164.62º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6A56 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 106 | 86 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.58 |
| HSL | 164.62º | 0.58% | 0.26% | - |
| HSV(B) | 164.62º | 0.74% | 0.42% | - |
| XYZ | 7.31 | 11.23 | 10.59 | - |
| YUV | 80.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 86 | 0.74 | 0 | 0.19 | 0.58 | 164.62 | 0.58 | 0.26 |
| Hex | 1C | 6A | 56 | 4A | 0 | 13 | 3A | A5 | 3A | 1A |
| Octal | 34 | 152 | 126 | 112 | 0 | 23 | 72 | 245 | 72 | 32 |
| Binary | 11100 | 1101010 | 1010110 | 1001010 | 0 | 10011 | 111010 | 10100101 | 111010 | 11010 |
Color Harmonies of #1C6A56
Complementary color
Monochromatic Colors of #1C6A56
Black with #1C6A56
Text Example
Text Example
White with #1C6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6A56; }
p { color: rgb(28,106,86); }
H1.HeaderClassName
{
color: #1C6A56;
}
.AnyTagClassName
{
color: #1C6A56;
}
</style>
background-color css
<style>
a { background-color: #1C6A56; }
a { background-color: rgb(28,106,86); }
div.DivClassName
{
background-color: #1C6A56;
}
.BgClassName
{
background-color: #1C6A56;
}
</style>
border-color css
<style>
span { border-color: #1C6A56; }
span { border-color: rgb(28,106,86); }
td.TdClassName
{
border-color: #1C6A56;
}
.TagClassName
{
border-color: #1C6A56;
}
</style>