Shades of Eden #1A564F
Tints of Eden #1A564F
RGB
CMYK
RGB Variations
Color information
#1A564F (or 0x1A564F) is known color: Eden. HEX triplet: 1A, 56 and 4F. RGB value is (26,86,79). Sum of RGB (Red+Green+Blue) = 26+86+79=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #1A564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A564F is #E5A9B0. Grayscale: #434343. Windows color (decimal): -15051185 or 5199386. OLE color: 5199386.
HSL color Cylindrical-coordinate representation of color #1A564F: hue angle of 173º 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 #1A564F is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 86 | 79 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.66 |
| HSL | 173º | 0.54% | 0.22% | - |
| HSV(B) | 173º | 0.7% | 0.34% | - |
| XYZ | 5.17 | 7.44 | 8.56 | - |
| YUV | 67.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 79 | 0.70 | 0 | 0.08 | 0.66 | 173 | 0.54 | 0.22 |
| Hex | 1A | 56 | 4F | 46 | 0 | 8 | 42 | AD | 36 | 16 |
| Octal | 32 | 126 | 117 | 106 | 0 | 10 | 102 | 255 | 66 | 26 |
| Binary | 11010 | 1010110 | 1001111 | 1000110 | 0 | 1000 | 1000010 | 10101101 | 110110 | 10110 |
Color Harmonies of #1A564F
Complementary color
Monochromatic Colors of #1A564F
Black with #1A564F
Text Example
Text Example
White with #1A564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A564F; }
p { color: rgb(26,86,79); }
H1.HeaderClassName
{
color: #1A564F;
}
.AnyTagClassName
{
color: #1A564F;
}
</style>
background-color css
<style>
a { background-color: #1A564F; }
a { background-color: rgb(26,86,79); }
div.DivClassName
{
background-color: #1A564F;
}
.BgClassName
{
background-color: #1A564F;
}
</style>
border-color css
<style>
span { border-color: #1A564F; }
span { border-color: rgb(26,86,79); }
td.TdClassName
{
border-color: #1A564F;
}
.TagClassName
{
border-color: #1A564F;
}
</style>