Shades of Eden #1A584F
Tints of Eden #1A584F
RGB
CMYK
RGB Variations
Color information
#1A584F (or 0x1A584F) is known color: Eden. HEX triplet: 1A, 58 and 4F. RGB value is (26,88,79). Sum of RGB (Red+Green+Blue) = 26+88+79=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #1A584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A584F is #E5A7B0. Grayscale: #444444. Windows color (decimal): -15050673 or 5199898. OLE color: 5199898.
HSL color Cylindrical-coordinate representation of color #1A584F: hue angle of 171.29º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A584F is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 88 | 79 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.65 |
| HSL | 171.29º | 0.54% | 0.22% | - |
| HSV(B) | 171.29º | 0.7% | 0.35% | - |
| XYZ | 5.33 | 7.76 | 8.61 | - |
| YUV | 68.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 88 | 79 | 0.70 | 0 | 0.10 | 0.65 | 171.29 | 0.54 | 0.22 |
| Hex | 1A | 58 | 4F | 46 | 0 | A | 41 | AB | 36 | 16 |
| Octal | 32 | 130 | 117 | 106 | 0 | 12 | 101 | 253 | 66 | 26 |
| Binary | 11010 | 1011000 | 1001111 | 1000110 | 0 | 1010 | 1000001 | 10101011 | 110110 | 10110 |
Color Harmonies of #1A584F
Complementary color
Monochromatic Colors of #1A584F
Black with #1A584F
Text Example
Text Example
White with #1A584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A584F; }
p { color: rgb(26,88,79); }
H1.HeaderClassName
{
color: #1A584F;
}
.AnyTagClassName
{
color: #1A584F;
}
</style>
background-color css
<style>
a { background-color: #1A584F; }
a { background-color: rgb(26,88,79); }
div.DivClassName
{
background-color: #1A584F;
}
.BgClassName
{
background-color: #1A584F;
}
</style>
border-color css
<style>
span { border-color: #1A584F; }
span { border-color: rgb(26,88,79); }
td.TdClassName
{
border-color: #1A584F;
}
.TagClassName
{
border-color: #1A584F;
}
</style>