Shades of Eden #1A6353
Tints of Eden #1A6353
RGB
CMYK
RGB Variations
Color information
#1A6353 (or 0x1A6353) is known color: Eden. HEX triplet: 1A, 63 and 53. RGB value is (26,99,83). Sum of RGB (Red+Green+Blue) = 26+99+83=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6353 is #E59CAC. Grayscale: #4B4B4B. Windows color (decimal): -15047853 or 5464858. OLE color: 5464858.
HSL color Cylindrical-coordinate representation of color #1A6353: hue angle of 166.85º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6353 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 83 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.61 |
| HSL | 166.85º | 0.58% | 0.25% | - |
| HSV(B) | 166.85º | 0.74% | 0.39% | - |
| XYZ | 6.45 | 9.77 | 9.73 | - |
| YUV | 75.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 83 | 0.74 | 0 | 0.16 | 0.61 | 166.85 | 0.58 | 0.25 |
| Hex | 1A | 63 | 53 | 4A | 0 | 10 | 3D | A7 | 3A | 19 |
| Octal | 32 | 143 | 123 | 112 | 0 | 20 | 75 | 247 | 72 | 31 |
| Binary | 11010 | 1100011 | 1010011 | 1001010 | 0 | 10000 | 111101 | 10100111 | 111010 | 11001 |
Color Harmonies of #1A6353
Complementary color
Monochromatic Colors of #1A6353
Black with #1A6353
Text Example
Text Example
White with #1A6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6353; }
p { color: rgb(26,99,83); }
H1.HeaderClassName
{
color: #1A6353;
}
.AnyTagClassName
{
color: #1A6353;
}
</style>
background-color css
<style>
a { background-color: #1A6353; }
a { background-color: rgb(26,99,83); }
div.DivClassName
{
background-color: #1A6353;
}
.BgClassName
{
background-color: #1A6353;
}
</style>
border-color css
<style>
span { border-color: #1A6353; }
span { border-color: rgb(26,99,83); }
td.TdClassName
{
border-color: #1A6353;
}
.TagClassName
{
border-color: #1A6353;
}
</style>