Shades of Eden #1C6458
Tints of Eden #1C6458
RGB
CMYK
RGB Variations
Color information
#1C6458 (or 0x1C6458) is known color: Eden. HEX triplet: 1C, 64 and 58. RGB value is (28,100,88). Sum of RGB (Red+Green+Blue) = 28+100+88=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6458 is #E39BA7. Grayscale: #4D4D4D. Windows color (decimal): -14916520 or 5792796. OLE color: 5792796.
HSL color Cylindrical-coordinate representation of color #1C6458: hue angle of 170º 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 #1C6458 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 100 | 88 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.61 |
| HSL | 170º | 0.56% | 0.25% | - |
| HSV(B) | 170º | 0.72% | 0.39% | - |
| XYZ | 6.8 | 10.07 | 10.82 | - |
| YUV | 77.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 88 | 0.72 | 0 | 0.12 | 0.61 | 170 | 0.56 | 0.25 |
| Hex | 1C | 64 | 58 | 48 | 0 | C | 3D | AA | 38 | 19 |
| Octal | 34 | 144 | 130 | 110 | 0 | 14 | 75 | 252 | 70 | 31 |
| Binary | 11100 | 1100100 | 1011000 | 1001000 | 0 | 1100 | 111101 | 10101010 | 111000 | 11001 |
Color Harmonies of #1C6458
Complementary color
Monochromatic Colors of #1C6458
Black with #1C6458
Text Example
Text Example
White with #1C6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6458; }
p { color: rgb(28,100,88); }
H1.HeaderClassName
{
color: #1C6458;
}
.AnyTagClassName
{
color: #1C6458;
}
</style>
background-color css
<style>
a { background-color: #1C6458; }
a { background-color: rgb(28,100,88); }
div.DivClassName
{
background-color: #1C6458;
}
.BgClassName
{
background-color: #1C6458;
}
</style>
border-color css
<style>
span { border-color: #1C6458; }
span { border-color: rgb(28,100,88); }
td.TdClassName
{
border-color: #1C6458;
}
.TagClassName
{
border-color: #1C6458;
}
</style>