Shades of Eden #1A5F52
Tints of Eden #1A5F52
RGB
CMYK
RGB Variations
Color information
#1A5F52 (or 0x1A5F52) is known color: Eden. HEX triplet: 1A, 5F and 52. RGB value is (26,95,82). Sum of RGB (Red+Green+Blue) = 26+95+82=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #1A5F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5F52 is #E5A0AD. Grayscale: #484848. Windows color (decimal): -15048878 or 5398298. OLE color: 5398298.
HSL color Cylindrical-coordinate representation of color #1A5F52: hue angle of 168.7º 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 #1A5F52 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 95 | 82 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.63 |
| HSL | 168.7º | 0.57% | 0.24% | - |
| HSV(B) | 168.7º | 0.73% | 0.37% | - |
| XYZ | 6.04 | 9.01 | 9.4 | - |
| YUV | 72.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 95 | 82 | 0.73 | 0 | 0.14 | 0.63 | 168.7 | 0.57 | 0.24 |
| Hex | 1A | 5F | 52 | 49 | 0 | E | 3F | A9 | 39 | 18 |
| Octal | 32 | 137 | 122 | 111 | 0 | 16 | 77 | 251 | 71 | 30 |
| Binary | 11010 | 1011111 | 1010010 | 1001001 | 0 | 1110 | 111111 | 10101001 | 111001 | 11000 |
Color Harmonies of #1A5F52
Complementary color
Monochromatic Colors of #1A5F52
Black with #1A5F52
Text Example
Text Example
White with #1A5F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5F52; }
p { color: rgb(26,95,82); }
H1.HeaderClassName
{
color: #1A5F52;
}
.AnyTagClassName
{
color: #1A5F52;
}
</style>
background-color css
<style>
a { background-color: #1A5F52; }
a { background-color: rgb(26,95,82); }
div.DivClassName
{
background-color: #1A5F52;
}
.BgClassName
{
background-color: #1A5F52;
}
</style>
border-color css
<style>
span { border-color: #1A5F52; }
span { border-color: rgb(26,95,82); }
td.TdClassName
{
border-color: #1A5F52;
}
.TagClassName
{
border-color: #1A5F52;
}
</style>