Shades of Eden #1A6C56
Tints of Eden #1A6C56
RGB
CMYK
RGB Variations
Color information
#1A6C56 (or 0x1A6C56) is known color: Eden. HEX triplet: 1A, 6C and 56. RGB value is (26,108,86). Sum of RGB (Red+Green+Blue) = 26+108+86=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #1A6C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6C56 is #E593A9. Grayscale: #505050. Windows color (decimal): -15045546 or 5663770. OLE color: 5663770.
HSL color Cylindrical-coordinate representation of color #1A6C56: hue angle of 163.9º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6C56 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 108 | 86 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.58 |
| HSL | 163.9º | 0.61% | 0.26% | - |
| HSV(B) | 163.9º | 0.76% | 0.42% | - |
| XYZ | 7.47 | 11.62 | 10.65 | - |
| YUV | 80.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 86 | 0.76 | 0 | 0.20 | 0.58 | 163.9 | 0.61 | 0.26 |
| Hex | 1A | 6C | 56 | 4C | 0 | 14 | 3A | A4 | 3D | 1A |
| Octal | 32 | 154 | 126 | 114 | 0 | 24 | 72 | 244 | 75 | 32 |
| Binary | 11010 | 1101100 | 1010110 | 1001100 | 0 | 10100 | 111010 | 10100100 | 111101 | 11010 |
Color Harmonies of #1A6C56
Complementary color
Monochromatic Colors of #1A6C56
Black with #1A6C56
Text Example
Text Example
White with #1A6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6C56; }
p { color: rgb(26,108,86); }
H1.HeaderClassName
{
color: #1A6C56;
}
.AnyTagClassName
{
color: #1A6C56;
}
</style>
background-color css
<style>
a { background-color: #1A6C56; }
a { background-color: rgb(26,108,86); }
div.DivClassName
{
background-color: #1A6C56;
}
.BgClassName
{
background-color: #1A6C56;
}
</style>
border-color css
<style>
span { border-color: #1A6C56; }
span { border-color: rgb(26,108,86); }
td.TdClassName
{
border-color: #1A6C56;
}
.TagClassName
{
border-color: #1A6C56;
}
</style>