Shades of Eden #1A574F
Tints of Eden #1A574F
RGB
CMYK
RGB Variations
Color information
#1A574F (or 0x1A574F) is known color: Eden. HEX triplet: 1A, 57 and 4F. RGB value is (26,87,79). Sum of RGB (Red+Green+Blue) = 26+87+79=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #1A574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A574F is #E5A8B0. Grayscale: #434343. Windows color (decimal): -15050929 or 5199642. OLE color: 5199642.
HSL color Cylindrical-coordinate representation of color #1A574F: hue angle of 172.13º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A574F is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 79 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.66 |
| HSL | 172.13º | 0.54% | 0.22% | - |
| HSV(B) | 172.13º | 0.7% | 0.34% | - |
| XYZ | 5.25 | 7.6 | 8.59 | - |
| YUV | 67.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 79 | 0.70 | 0 | 0.09 | 0.66 | 172.13 | 0.54 | 0.22 |
| Hex | 1A | 57 | 4F | 46 | 0 | 9 | 42 | AC | 36 | 16 |
| Octal | 32 | 127 | 117 | 106 | 0 | 11 | 102 | 254 | 66 | 26 |
| Binary | 11010 | 1010111 | 1001111 | 1000110 | 0 | 1001 | 1000010 | 10101100 | 110110 | 10110 |
Color Harmonies of #1A574F
Complementary color
Monochromatic Colors of #1A574F
Black with #1A574F
Text Example
Text Example
White with #1A574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A574F; }
p { color: rgb(26,87,79); }
H1.HeaderClassName
{
color: #1A574F;
}
.AnyTagClassName
{
color: #1A574F;
}
</style>
background-color css
<style>
a { background-color: #1A574F; }
a { background-color: rgb(26,87,79); }
div.DivClassName
{
background-color: #1A574F;
}
.BgClassName
{
background-color: #1A574F;
}
</style>
border-color css
<style>
span { border-color: #1A574F; }
span { border-color: rgb(26,87,79); }
td.TdClassName
{
border-color: #1A574F;
}
.TagClassName
{
border-color: #1A574F;
}
</style>