Shades of Eden #146352
Tints of Eden #146352
RGB
CMYK
RGB Variations
Color information
#146352 (or 0x146352) is known color: Eden. HEX triplet: 14, 63 and 52. RGB value is (20,99,82). Sum of RGB (Red+Green+Blue) = 20+99+82=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #146352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146352 is #EB9CAD. Grayscale: #494949. Windows color (decimal): -15441070 or 5399316. OLE color: 5399316.
HSL color Cylindrical-coordinate representation of color #146352: hue angle of 167.09º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146352 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 82 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.61 |
| HSL | 167.09º | 0.66% | 0.23% | - |
| HSV(B) | 167.09º | 0.8% | 0.39% | - |
| XYZ | 6.27 | 9.68 | 9.52 | - |
| YUV | 73.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 82 | 0.80 | 0 | 0.17 | 0.61 | 167.09 | 0.66 | 0.23 |
| Hex | 14 | 63 | 52 | 50 | 0 | 11 | 3D | A7 | 42 | 17 |
| Octal | 24 | 143 | 122 | 120 | 0 | 21 | 75 | 247 | 102 | 27 |
| Binary | 10100 | 1100011 | 1010010 | 1010000 | 0 | 10001 | 111101 | 10100111 | 1000010 | 10111 |
Color Harmonies of #146352
Complementary color
Monochromatic Colors of #146352
Black with #146352
Text Example
Text Example
White with #146352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146352; }
p { color: rgb(20,99,82); }
H1.HeaderClassName
{
color: #146352;
}
.AnyTagClassName
{
color: #146352;
}
</style>
background-color css
<style>
a { background-color: #146352; }
a { background-color: rgb(20,99,82); }
div.DivClassName
{
background-color: #146352;
}
.BgClassName
{
background-color: #146352;
}
</style>
border-color css
<style>
span { border-color: #146352; }
span { border-color: rgb(20,99,82); }
td.TdClassName
{
border-color: #146352;
}
.TagClassName
{
border-color: #146352;
}
</style>