Shades of Eden #1C6553
Tints of Eden #1C6553
RGB
CMYK
RGB Variations
Color information
#1C6553 (or 0x1C6553) is known color: Eden. HEX triplet: 1C, 65 and 53. RGB value is (28,101,83). Sum of RGB (Red+Green+Blue) = 28+101+83=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #1C6553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6553 is #E39AAC. Grayscale: #4D4D4D. Windows color (decimal): -14916269 or 5465372. OLE color: 5465372.
HSL color Cylindrical-coordinate representation of color #1C6553: hue angle of 165.21º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6553 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 101 | 83 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.60 |
| HSL | 165.21º | 0.57% | 0.25% | - |
| HSV(B) | 165.21º | 0.72% | 0.4% | - |
| XYZ | 6.69 | 10.18 | 9.8 | - |
| YUV | 77.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 101 | 83 | 0.72 | 0 | 0.18 | 0.60 | 165.21 | 0.57 | 0.25 |
| Hex | 1C | 65 | 53 | 48 | 0 | 12 | 3C | A5 | 39 | 19 |
| Octal | 34 | 145 | 123 | 110 | 0 | 22 | 74 | 245 | 71 | 31 |
| Binary | 11100 | 1100101 | 1010011 | 1001000 | 0 | 10010 | 111100 | 10100101 | 111001 | 11001 |
Color Harmonies of #1C6553
Complementary color
Monochromatic Colors of #1C6553
Black with #1C6553
Text Example
Text Example
White with #1C6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6553; }
p { color: rgb(28,101,83); }
H1.HeaderClassName
{
color: #1C6553;
}
.AnyTagClassName
{
color: #1C6553;
}
</style>
background-color css
<style>
a { background-color: #1C6553; }
a { background-color: rgb(28,101,83); }
div.DivClassName
{
background-color: #1C6553;
}
.BgClassName
{
background-color: #1C6553;
}
</style>
border-color css
<style>
span { border-color: #1C6553; }
span { border-color: rgb(28,101,83); }
td.TdClassName
{
border-color: #1C6553;
}
.TagClassName
{
border-color: #1C6553;
}
</style>