Shades of Eden #146752
Tints of Eden #146752
RGB
CMYK
RGB Variations
Color information
#146752 (or 0x146752) is known color: Eden. HEX triplet: 14, 67 and 52. RGB value is (20,103,82). Sum of RGB (Red+Green+Blue) = 20+103+82=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #146752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146752 is #EB98AD. Grayscale: #4B4B4B. Windows color (decimal): -15440046 or 5400340. OLE color: 5400340.
HSL color Cylindrical-coordinate representation of color #146752: hue angle of 164.82º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146752 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 103 | 82 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.60 |
| HSL | 164.82º | 0.67% | 0.24% | - |
| HSV(B) | 164.82º | 0.81% | 0.4% | - |
| XYZ | 6.66 | 10.46 | 9.65 | - |
| YUV | 75.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 82 | 0.81 | 0 | 0.20 | 0.60 | 164.82 | 0.67 | 0.24 |
| Hex | 14 | 67 | 52 | 51 | 0 | 14 | 3C | A5 | 43 | 18 |
| Octal | 24 | 147 | 122 | 121 | 0 | 24 | 74 | 245 | 103 | 30 |
| Binary | 10100 | 1100111 | 1010010 | 1010001 | 0 | 10100 | 111100 | 10100101 | 1000011 | 11000 |
Color Harmonies of #146752
Complementary color
Monochromatic Colors of #146752
Black with #146752
Text Example
Text Example
White with #146752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146752; }
p { color: rgb(20,103,82); }
H1.HeaderClassName
{
color: #146752;
}
.AnyTagClassName
{
color: #146752;
}
</style>
background-color css
<style>
a { background-color: #146752; }
a { background-color: rgb(20,103,82); }
div.DivClassName
{
background-color: #146752;
}
.BgClassName
{
background-color: #146752;
}
</style>
border-color css
<style>
span { border-color: #146752; }
span { border-color: rgb(20,103,82); }
td.TdClassName
{
border-color: #146752;
}
.TagClassName
{
border-color: #146752;
}
</style>