Shades of Eden #14584F
Tints of Eden #14584F
RGB
CMYK
RGB Variations
Color information
#14584F (or 0x14584F) is known color: Eden. HEX triplet: 14, 58 and 4F. RGB value is (20,88,79). Sum of RGB (Red+Green+Blue) = 20+88+79=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #14584F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14584F is #EBA7B0. Grayscale: #424242. Windows color (decimal): -15443889 or 5199892. OLE color: 5199892.
HSL color Cylindrical-coordinate representation of color #14584F: hue angle of 172.06º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14584F is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 79 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.65 |
| HSL | 172.06º | 0.63% | 0.21% | - |
| HSV(B) | 172.06º | 0.77% | 0.35% | - |
| XYZ | 5.19 | 7.69 | 8.61 | - |
| YUV | 66.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 79 | 0.77 | 0 | 0.10 | 0.65 | 172.06 | 0.63 | 0.21 |
| Hex | 14 | 58 | 4F | 4D | 0 | A | 41 | AC | 3F | 15 |
| Octal | 24 | 130 | 117 | 115 | 0 | 12 | 101 | 254 | 77 | 25 |
| Binary | 10100 | 1011000 | 1001111 | 1001101 | 0 | 1010 | 1000001 | 10101100 | 111111 | 10101 |
Color Harmonies of #14584F
Complementary color
Monochromatic Colors of #14584F
Black with #14584F
Text Example
Text Example
White with #14584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14584F; }
p { color: rgb(20,88,79); }
H1.HeaderClassName
{
color: #14584F;
}
.AnyTagClassName
{
color: #14584F;
}
</style>
background-color css
<style>
a { background-color: #14584F; }
a { background-color: rgb(20,88,79); }
div.DivClassName
{
background-color: #14584F;
}
.BgClassName
{
background-color: #14584F;
}
</style>
border-color css
<style>
span { border-color: #14584F; }
span { border-color: rgb(20,88,79); }
td.TdClassName
{
border-color: #14584F;
}
.TagClassName
{
border-color: #14584F;
}
</style>