Shades of Eden #1C6454
Tints of Eden #1C6454
RGB
CMYK
RGB Variations
Color information
#1C6454 (or 0x1C6454) is known color: Eden. HEX triplet: 1C, 64 and 54. RGB value is (28,100,84). Sum of RGB (Red+Green+Blue) = 28+100+84=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6454 is #E39BAB. Grayscale: #4C4C4C. Windows color (decimal): -14916524 or 5530652. OLE color: 5530652.
HSL color Cylindrical-coordinate representation of color #1C6454: hue angle of 166.67º 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 #1C6454 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 100 | 84 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.61 |
| HSL | 166.67º | 0.56% | 0.25% | - |
| HSV(B) | 166.67º | 0.72% | 0.39% | - |
| XYZ | 6.64 | 10 | 9.97 | - |
| YUV | 76.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 84 | 0.72 | 0 | 0.16 | 0.61 | 166.67 | 0.56 | 0.25 |
| Hex | 1C | 64 | 54 | 48 | 0 | 10 | 3D | A7 | 38 | 19 |
| Octal | 34 | 144 | 124 | 110 | 0 | 20 | 75 | 247 | 70 | 31 |
| Binary | 11100 | 1100100 | 1010100 | 1001000 | 0 | 10000 | 111101 | 10100111 | 111000 | 11001 |
Color Harmonies of #1C6454
Complementary color
Monochromatic Colors of #1C6454
Black with #1C6454
Text Example
Text Example
White with #1C6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6454; }
p { color: rgb(28,100,84); }
H1.HeaderClassName
{
color: #1C6454;
}
.AnyTagClassName
{
color: #1C6454;
}
</style>
background-color css
<style>
a { background-color: #1C6454; }
a { background-color: rgb(28,100,84); }
div.DivClassName
{
background-color: #1C6454;
}
.BgClassName
{
background-color: #1C6454;
}
</style>
border-color css
<style>
span { border-color: #1C6454; }
span { border-color: rgb(28,100,84); }
td.TdClassName
{
border-color: #1C6454;
}
.TagClassName
{
border-color: #1C6454;
}
</style>