Shades of Eden #165C4F
Tints of Eden #165C4F
RGB
CMYK
RGB Variations
Color information
#165C4F (or 0x165C4F) is known color: Eden. HEX triplet: 16, 5C and 4F. RGB value is (22,92,79). Sum of RGB (Red+Green+Blue) = 22+92+79=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #165C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C4F is #E9A3B0. Grayscale: #454545. Windows color (decimal): -15311793 or 5200918. OLE color: 5200918.
HSL color Cylindrical-coordinate representation of color #165C4F: hue angle of 168.86º 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 #165C4F is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 79 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.64 |
| HSL | 168.86º | 0.61% | 0.22% | - |
| HSV(B) | 168.86º | 0.76% | 0.36% | - |
| XYZ | 5.57 | 8.39 | 8.72 | - |
| YUV | 69.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 79 | 0.76 | 0 | 0.14 | 0.64 | 168.86 | 0.61 | 0.22 |
| Hex | 16 | 5C | 4F | 4C | 0 | E | 40 | A9 | 3D | 16 |
| Octal | 26 | 134 | 117 | 114 | 0 | 16 | 100 | 251 | 75 | 26 |
| Binary | 10110 | 1011100 | 1001111 | 1001100 | 0 | 1110 | 1000000 | 10101001 | 111101 | 10110 |
Color Harmonies of #165C4F
Complementary color
Monochromatic Colors of #165C4F
Black with #165C4F
Text Example
Text Example
White with #165C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C4F; }
p { color: rgb(22,92,79); }
H1.HeaderClassName
{
color: #165C4F;
}
.AnyTagClassName
{
color: #165C4F;
}
</style>
background-color css
<style>
a { background-color: #165C4F; }
a { background-color: rgb(22,92,79); }
div.DivClassName
{
background-color: #165C4F;
}
.BgClassName
{
background-color: #165C4F;
}
</style>
border-color css
<style>
span { border-color: #165C4F; }
span { border-color: rgb(22,92,79); }
td.TdClassName
{
border-color: #165C4F;
}
.TagClassName
{
border-color: #165C4F;
}
</style>