Shades of Eden #13594F
Tints of Eden #13594F
RGB
CMYK
RGB Variations
Color information
#13594F (or 0x13594F) is known color: Eden. HEX triplet: 13, 59 and 4F. RGB value is (19,89,79). Sum of RGB (Red+Green+Blue) = 19+89+79=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #13594F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13594F is #ECA6B0. Grayscale: #424242. Windows color (decimal): -15509169 or 5200147. OLE color: 5200147.
HSL color Cylindrical-coordinate representation of color #13594F: hue angle of 171.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13594F is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 89 | 79 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.65 |
| HSL | 171.43º | 0.65% | 0.21% | - |
| HSV(B) | 171.43º | 0.79% | 0.35% | - |
| XYZ | 5.25 | 7.85 | 8.64 | - |
| YUV | 66.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 79 | 0.79 | 0 | 0.11 | 0.65 | 171.43 | 0.65 | 0.21 |
| Hex | 13 | 59 | 4F | 4F | 0 | B | 41 | AB | 41 | 15 |
| Octal | 23 | 131 | 117 | 117 | 0 | 13 | 101 | 253 | 101 | 25 |
| Binary | 10011 | 1011001 | 1001111 | 1001111 | 0 | 1011 | 1000001 | 10101011 | 1000001 | 10101 |
Color Harmonies of #13594F
Complementary color
Monochromatic Colors of #13594F
Black with #13594F
Text Example
Text Example
White with #13594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13594F; }
p { color: rgb(19,89,79); }
H1.HeaderClassName
{
color: #13594F;
}
.AnyTagClassName
{
color: #13594F;
}
</style>
background-color css
<style>
a { background-color: #13594F; }
a { background-color: rgb(19,89,79); }
div.DivClassName
{
background-color: #13594F;
}
.BgClassName
{
background-color: #13594F;
}
</style>
border-color css
<style>
span { border-color: #13594F; }
span { border-color: rgb(19,89,79); }
td.TdClassName
{
border-color: #13594F;
}
.TagClassName
{
border-color: #13594F;
}
</style>