Shades of Eden #165C52
Tints of Eden #165C52
RGB
CMYK
RGB Variations
Color information
#165C52 (or 0x165C52) is known color: Eden. HEX triplet: 16, 5C and 52. RGB value is (22,92,82). Sum of RGB (Red+Green+Blue) = 22+92+82=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 92 - color contains mainly: green. Hex color #165C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C52 is #E9A3AD. Grayscale: #454545. Windows color (decimal): -15311790 or 5397526. OLE color: 5397526.
HSL color Cylindrical-coordinate representation of color #165C52: hue angle of 171.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165C52 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 82 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.64 |
| HSL | 171.43º | 0.61% | 0.22% | - |
| HSV(B) | 171.43º | 0.76% | 0.36% | - |
| XYZ | 5.68 | 8.43 | 9.31 | - |
| YUV | 69.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 82 | 0.76 | 0 | 0.11 | 0.64 | 171.43 | 0.61 | 0.22 |
| Hex | 16 | 5C | 52 | 4C | 0 | B | 40 | AB | 3D | 16 |
| Octal | 26 | 134 | 122 | 114 | 0 | 13 | 100 | 253 | 75 | 26 |
| Binary | 10110 | 1011100 | 1010010 | 1001100 | 0 | 1011 | 1000000 | 10101011 | 111101 | 10110 |
Color Harmonies of #165C52
Complementary color
Monochromatic Colors of #165C52
Black with #165C52
Text Example
Text Example
White with #165C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C52; }
p { color: rgb(22,92,82); }
H1.HeaderClassName
{
color: #165C52;
}
.AnyTagClassName
{
color: #165C52;
}
</style>
background-color css
<style>
a { background-color: #165C52; }
a { background-color: rgb(22,92,82); }
div.DivClassName
{
background-color: #165C52;
}
.BgClassName
{
background-color: #165C52;
}
</style>
border-color css
<style>
span { border-color: #165C52; }
span { border-color: rgb(22,92,82); }
td.TdClassName
{
border-color: #165C52;
}
.TagClassName
{
border-color: #165C52;
}
</style>