Shades of Jewel #165F49
Tints of Jewel #165F49
RGB
CMYK
RGB Variations
Color information
#165F49 (or 0x165F49) is known color: Jewel. HEX triplet: 16, 5F and 49. RGB value is (22,95,73). Sum of RGB (Red+Green+Blue) = 22+95+73=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #165F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165F49 is #E9A0B6. Grayscale: #464646. Windows color (decimal): -15311031 or 4808470. OLE color: 4808470.
HSL color Cylindrical-coordinate representation of color #165F49: hue angle of 161.92º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165F49 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 95 | 73 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.63 |
| HSL | 161.92º | 0.62% | 0.23% | - |
| HSV(B) | 161.92º | 0.77% | 0.37% | - |
| XYZ | 5.63 | 8.84 | 7.71 | - |
| YUV | 70.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 73 | 0.77 | 0 | 0.23 | 0.63 | 161.92 | 0.62 | 0.23 |
| Hex | 16 | 5F | 49 | 4D | 0 | 17 | 3F | A2 | 3E | 17 |
| Octal | 26 | 137 | 111 | 115 | 0 | 27 | 77 | 242 | 76 | 27 |
| Binary | 10110 | 1011111 | 1001001 | 1001101 | 0 | 10111 | 111111 | 10100010 | 111110 | 10111 |
Color Harmonies of #165F49
Complementary color
Monochromatic Colors of #165F49
Black with #165F49
Text Example
Text Example
White with #165F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F49; }
p { color: rgb(22,95,73); }
H1.HeaderClassName
{
color: #165F49;
}
.AnyTagClassName
{
color: #165F49;
}
</style>
background-color css
<style>
a { background-color: #165F49; }
a { background-color: rgb(22,95,73); }
div.DivClassName
{
background-color: #165F49;
}
.BgClassName
{
background-color: #165F49;
}
</style>
border-color css
<style>
span { border-color: #165F49; }
span { border-color: rgb(22,95,73); }
td.TdClassName
{
border-color: #165F49;
}
.TagClassName
{
border-color: #165F49;
}
</style>