Shades of Jewel #165D46
Tints of Jewel #165D46
RGB
CMYK
RGB Variations
Color information
#165D46 (or 0x165D46) is known color: Jewel. HEX triplet: 16, 5D and 46. RGB value is (22,93,70). Sum of RGB (Red+Green+Blue) = 22+93+70=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #165D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165D46 is #E9A2B9. Grayscale: #454545. Windows color (decimal): -15311546 or 4611350. OLE color: 4611350.
HSL color Cylindrical-coordinate representation of color #165D46: hue angle of 160.56º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165D46 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 70 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.64 |
| HSL | 160.56º | 0.62% | 0.23% | - |
| HSV(B) | 160.56º | 0.76% | 0.36% | - |
| XYZ | 5.35 | 8.44 | 7.14 | - |
| YUV | 69.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 70 | 0.76 | 0 | 0.25 | 0.64 | 160.56 | 0.62 | 0.23 |
| Hex | 16 | 5D | 46 | 4C | 0 | 19 | 40 | A1 | 3E | 17 |
| Octal | 26 | 135 | 106 | 114 | 0 | 31 | 100 | 241 | 76 | 27 |
| Binary | 10110 | 1011101 | 1000110 | 1001100 | 0 | 11001 | 1000000 | 10100001 | 111110 | 10111 |
Color Harmonies of #165D46
Complementary color
Monochromatic Colors of #165D46
Black with #165D46
Text Example
Text Example
White with #165D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D46; }
p { color: rgb(22,93,70); }
H1.HeaderClassName
{
color: #165D46;
}
.AnyTagClassName
{
color: #165D46;
}
</style>
background-color css
<style>
a { background-color: #165D46; }
a { background-color: rgb(22,93,70); }
div.DivClassName
{
background-color: #165D46;
}
.BgClassName
{
background-color: #165D46;
}
</style>
border-color css
<style>
span { border-color: #165D46; }
span { border-color: rgb(22,93,70); }
td.TdClassName
{
border-color: #165D46;
}
.TagClassName
{
border-color: #165D46;
}
</style>