Shades of Eden #1A6254
Tints of Eden #1A6254
RGB
CMYK
RGB Variations
Color information
#1A6254 (or 0x1A6254) is known color: Eden. HEX triplet: 1A, 62 and 54. RGB value is (26,98,84). Sum of RGB (Red+Green+Blue) = 26+98+84=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6254 is #E59DAB. Grayscale: #4A4A4A. Windows color (decimal): -15048108 or 5530138. OLE color: 5530138.
HSL color Cylindrical-coordinate representation of color #1A6254: hue angle of 168.33º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6254 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 98 | 84 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.62 |
| HSL | 168.33º | 0.58% | 0.24% | - |
| HSV(B) | 168.33º | 0.73% | 0.38% | - |
| XYZ | 6.39 | 9.6 | 9.9 | - |
| YUV | 74.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 84 | 0.73 | 0 | 0.14 | 0.62 | 168.33 | 0.58 | 0.24 |
| Hex | 1A | 62 | 54 | 49 | 0 | E | 3E | A8 | 3A | 18 |
| Octal | 32 | 142 | 124 | 111 | 0 | 16 | 76 | 250 | 72 | 30 |
| Binary | 11010 | 1100010 | 1010100 | 1001001 | 0 | 1110 | 111110 | 10101000 | 111010 | 11000 |
Color Harmonies of #1A6254
Complementary color
Monochromatic Colors of #1A6254
Black with #1A6254
Text Example
Text Example
White with #1A6254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6254; }
p { color: rgb(26,98,84); }
H1.HeaderClassName
{
color: #1A6254;
}
.AnyTagClassName
{
color: #1A6254;
}
</style>
background-color css
<style>
a { background-color: #1A6254; }
a { background-color: rgb(26,98,84); }
div.DivClassName
{
background-color: #1A6254;
}
.BgClassName
{
background-color: #1A6254;
}
</style>
border-color css
<style>
span { border-color: #1A6254; }
span { border-color: rgb(26,98,84); }
td.TdClassName
{
border-color: #1A6254;
}
.TagClassName
{
border-color: #1A6254;
}
</style>