Shades of Eden #1A6D57
Tints of Eden #1A6D57
RGB
CMYK
RGB Variations
Color information
#1A6D57 (or 0x1A6D57) is known color: Eden. HEX triplet: 1A, 6D and 57. RGB value is (26,109,87). Sum of RGB (Red+Green+Blue) = 26+109+87=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6D57 is #E592A8. Grayscale: #515151. Windows color (decimal): -15045289 or 5729562. OLE color: 5729562.
HSL color Cylindrical-coordinate representation of color #1A6D57: hue angle of 164.1º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6D57 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 109 | 87 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.57 |
| HSL | 164.1º | 0.61% | 0.26% | - |
| HSV(B) | 164.1º | 0.76% | 0.43% | - |
| XYZ | 7.61 | 11.85 | 10.9 | - |
| YUV | 81.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 109 | 87 | 0.76 | 0 | 0.20 | 0.57 | 164.1 | 0.61 | 0.26 |
| Hex | 1A | 6D | 57 | 4C | 0 | 14 | 39 | A4 | 3D | 1A |
| Octal | 32 | 155 | 127 | 114 | 0 | 24 | 71 | 244 | 75 | 32 |
| Binary | 11010 | 1101101 | 1010111 | 1001100 | 0 | 10100 | 111001 | 10100100 | 111101 | 11010 |
Color Harmonies of #1A6D57
Complementary color
Monochromatic Colors of #1A6D57
Black with #1A6D57
Text Example
Text Example
White with #1A6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6D57; }
p { color: rgb(26,109,87); }
H1.HeaderClassName
{
color: #1A6D57;
}
.AnyTagClassName
{
color: #1A6D57;
}
</style>
background-color css
<style>
a { background-color: #1A6D57; }
a { background-color: rgb(26,109,87); }
div.DivClassName
{
background-color: #1A6D57;
}
.BgClassName
{
background-color: #1A6D57;
}
</style>
border-color css
<style>
span { border-color: #1A6D57; }
span { border-color: rgb(26,109,87); }
td.TdClassName
{
border-color: #1A6D57;
}
.TagClassName
{
border-color: #1A6D57;
}
</style>