Shades of Eden #1A574E
Tints of Eden #1A574E
RGB
CMYK
RGB Variations
Color information
#1A574E (or 0x1A574E) is known color: Eden. HEX triplet: 1A, 57 and 4E. RGB value is (26,87,78). Sum of RGB (Red+Green+Blue) = 26+87+78=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #1A574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A574E is #E5A8B1. Grayscale: #434343. Windows color (decimal): -15050930 or 5134106. OLE color: 5134106.
HSL color Cylindrical-coordinate representation of color #1A574E: hue angle of 171.15º 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 #1A574E is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 78 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.66 |
| HSL | 171.15º | 0.54% | 0.22% | - |
| HSV(B) | 171.15º | 0.7% | 0.34% | - |
| XYZ | 5.21 | 7.59 | 8.4 | - |
| YUV | 67.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 78 | 0.70 | 0 | 0.10 | 0.66 | 171.15 | 0.54 | 0.22 |
| Hex | 1A | 57 | 4E | 46 | 0 | A | 42 | AB | 36 | 16 |
| Octal | 32 | 127 | 116 | 106 | 0 | 12 | 102 | 253 | 66 | 26 |
| Binary | 11010 | 1010111 | 1001110 | 1000110 | 0 | 1010 | 1000010 | 10101011 | 110110 | 10110 |
Color Harmonies of #1A574E
Complementary color
Monochromatic Colors of #1A574E
Black with #1A574E
Text Example
Text Example
White with #1A574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A574E; }
p { color: rgb(26,87,78); }
H1.HeaderClassName
{
color: #1A574E;
}
.AnyTagClassName
{
color: #1A574E;
}
</style>
background-color css
<style>
a { background-color: #1A574E; }
a { background-color: rgb(26,87,78); }
div.DivClassName
{
background-color: #1A574E;
}
.BgClassName
{
background-color: #1A574E;
}
</style>
border-color css
<style>
span { border-color: #1A574E; }
span { border-color: rgb(26,87,78); }
td.TdClassName
{
border-color: #1A574E;
}
.TagClassName
{
border-color: #1A574E;
}
</style>