Shades of Eden #146D56
Tints of Eden #146D56
RGB
CMYK
RGB Variations
Color information
#146D56 (or 0x146D56) is known color: Eden. HEX triplet: 14, 6D and 56. RGB value is (20,109,86). Sum of RGB (Red+Green+Blue) = 20+109+86=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #146D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D56 is #EB92A9. Grayscale: #4F4F4F. Windows color (decimal): -15438506 or 5664020. OLE color: 5664020.
HSL color Cylindrical-coordinate representation of color #146D56: hue angle of 164.49º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D56 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 86 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.57 |
| HSL | 164.49º | 0.69% | 0.25% | - |
| HSV(B) | 164.49º | 0.82% | 0.43% | - |
| XYZ | 7.44 | 11.76 | 10.68 | - |
| YUV | 79.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 86 | 0.82 | 0 | 0.21 | 0.57 | 164.49 | 0.69 | 0.25 |
| Hex | 14 | 6D | 56 | 52 | 0 | 15 | 39 | A4 | 45 | 19 |
| Octal | 24 | 155 | 126 | 122 | 0 | 25 | 71 | 244 | 105 | 31 |
| Binary | 10100 | 1101101 | 1010110 | 1010010 | 0 | 10101 | 111001 | 10100100 | 1000101 | 11001 |
Color Harmonies of #146D56
Complementary color
Monochromatic Colors of #146D56
Black with #146D56
Text Example
Text Example
White with #146D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D56; }
p { color: rgb(20,109,86); }
H1.HeaderClassName
{
color: #146D56;
}
.AnyTagClassName
{
color: #146D56;
}
</style>
background-color css
<style>
a { background-color: #146D56; }
a { background-color: rgb(20,109,86); }
div.DivClassName
{
background-color: #146D56;
}
.BgClassName
{
background-color: #146D56;
}
</style>
border-color css
<style>
span { border-color: #146D56; }
span { border-color: rgb(20,109,86); }
td.TdClassName
{
border-color: #146D56;
}
.TagClassName
{
border-color: #146D56;
}
</style>