Shades of Eden #1C6358
Tints of Eden #1C6358
RGB
CMYK
RGB Variations
Color information
#1C6358 (or 0x1C6358) is known color: Eden. HEX triplet: 1C, 63 and 58. RGB value is (28,99,88). Sum of RGB (Red+Green+Blue) = 28+99+88=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6358 is #E39CA7. Grayscale: #4C4C4C. Windows color (decimal): -14916776 or 5792540. OLE color: 5792540.
HSL color Cylindrical-coordinate representation of color #1C6358: hue angle of 170.7º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6358 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 99 | 88 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.61 |
| HSL | 170.7º | 0.56% | 0.25% | - |
| HSV(B) | 170.7º | 0.72% | 0.39% | - |
| XYZ | 6.7 | 9.88 | 10.79 | - |
| YUV | 76.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 88 | 0.72 | 0 | 0.11 | 0.61 | 170.7 | 0.56 | 0.25 |
| Hex | 1C | 63 | 58 | 48 | 0 | B | 3D | AB | 38 | 19 |
| Octal | 34 | 143 | 130 | 110 | 0 | 13 | 75 | 253 | 70 | 31 |
| Binary | 11100 | 1100011 | 1011000 | 1001000 | 0 | 1011 | 111101 | 10101011 | 111000 | 11001 |
Color Harmonies of #1C6358
Complementary color
Monochromatic Colors of #1C6358
Black with #1C6358
Text Example
Text Example
White with #1C6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6358; }
p { color: rgb(28,99,88); }
H1.HeaderClassName
{
color: #1C6358;
}
.AnyTagClassName
{
color: #1C6358;
}
</style>
background-color css
<style>
a { background-color: #1C6358; }
a { background-color: rgb(28,99,88); }
div.DivClassName
{
background-color: #1C6358;
}
.BgClassName
{
background-color: #1C6358;
}
</style>
border-color css
<style>
span { border-color: #1C6358; }
span { border-color: rgb(28,99,88); }
td.TdClassName
{
border-color: #1C6358;
}
.TagClassName
{
border-color: #1C6358;
}
</style>