Shades of Eden #1A6B53
Tints of Eden #1A6B53
RGB
CMYK
RGB Variations
Color information
#1A6B53 (or 0x1A6B53) is known color: Eden. HEX triplet: 1A, 6B and 53. RGB value is (26,107,83). Sum of RGB (Red+Green+Blue) = 26+107+83=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #1A6B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6B53 is #E594AC. Grayscale: #505050. Windows color (decimal): -15045805 or 5466906. OLE color: 5466906.
HSL color Cylindrical-coordinate representation of color #1A6B53: hue angle of 162.22º 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 #1A6B53 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 107 | 83 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.58 |
| HSL | 162.22º | 0.61% | 0.26% | - |
| HSV(B) | 162.22º | 0.76% | 0.42% | - |
| XYZ | 7.25 | 11.36 | 9.99 | - |
| YUV | 80.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 107 | 83 | 0.76 | 0 | 0.22 | 0.58 | 162.22 | 0.61 | 0.26 |
| Hex | 1A | 6B | 53 | 4C | 0 | 16 | 3A | A2 | 3D | 1A |
| Octal | 32 | 153 | 123 | 114 | 0 | 26 | 72 | 242 | 75 | 32 |
| Binary | 11010 | 1101011 | 1010011 | 1001100 | 0 | 10110 | 111010 | 10100010 | 111101 | 11010 |
Color Harmonies of #1A6B53
Complementary color
Monochromatic Colors of #1A6B53
Black with #1A6B53
Text Example
Text Example
White with #1A6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6B53; }
p { color: rgb(26,107,83); }
H1.HeaderClassName
{
color: #1A6B53;
}
.AnyTagClassName
{
color: #1A6B53;
}
</style>
background-color css
<style>
a { background-color: #1A6B53; }
a { background-color: rgb(26,107,83); }
div.DivClassName
{
background-color: #1A6B53;
}
.BgClassName
{
background-color: #1A6B53;
}
</style>
border-color css
<style>
span { border-color: #1A6B53; }
span { border-color: rgb(26,107,83); }
td.TdClassName
{
border-color: #1A6B53;
}
.TagClassName
{
border-color: #1A6B53;
}
</style>