Shades of Eden #1A5F55
Tints of Eden #1A5F55
RGB
CMYK
RGB Variations
Color information
#1A5F55 (or 0x1A5F55) is known color: Eden. HEX triplet: 1A, 5F and 55. RGB value is (26,95,85). Sum of RGB (Red+Green+Blue) = 26+95+85=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #1A5F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5F55 is #E5A0AA. Grayscale: #494949. Windows color (decimal): -15048875 or 5594906. OLE color: 5594906.
HSL color Cylindrical-coordinate representation of color #1A5F55: hue angle of 171.3º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5F55 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 95 | 85 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.63 |
| HSL | 171.3º | 0.57% | 0.24% | - |
| HSV(B) | 171.3º | 0.73% | 0.37% | - |
| XYZ | 6.16 | 9.06 | 10.02 | - |
| YUV | 73.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 95 | 85 | 0.73 | 0 | 0.11 | 0.63 | 171.3 | 0.57 | 0.24 |
| Hex | 1A | 5F | 55 | 49 | 0 | B | 3F | AB | 39 | 18 |
| Octal | 32 | 137 | 125 | 111 | 0 | 13 | 77 | 253 | 71 | 30 |
| Binary | 11010 | 1011111 | 1010101 | 1001001 | 0 | 1011 | 111111 | 10101011 | 111001 | 11000 |
Color Harmonies of #1A5F55
Complementary color
Monochromatic Colors of #1A5F55
Black with #1A5F55
Text Example
Text Example
White with #1A5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5F55; }
p { color: rgb(26,95,85); }
H1.HeaderClassName
{
color: #1A5F55;
}
.AnyTagClassName
{
color: #1A5F55;
}
</style>
background-color css
<style>
a { background-color: #1A5F55; }
a { background-color: rgb(26,95,85); }
div.DivClassName
{
background-color: #1A5F55;
}
.BgClassName
{
background-color: #1A5F55;
}
</style>
border-color css
<style>
span { border-color: #1A5F55; }
span { border-color: rgb(26,95,85); }
td.TdClassName
{
border-color: #1A5F55;
}
.TagClassName
{
border-color: #1A5F55;
}
</style>