Shades of Jewel #165D43
Tints of Jewel #165D43
RGB
CMYK
RGB Variations
Color information
#165D43 (or 0x165D43) is known color: Jewel. HEX triplet: 16, 5D and 43. RGB value is (22,93,67). Sum of RGB (Red+Green+Blue) = 22+93+67=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #165D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165D43 is #E9A2BC. Grayscale: #444444. Windows color (decimal): -15311549 or 4414742. OLE color: 4414742.
HSL color Cylindrical-coordinate representation of color #165D43: hue angle of 158.03º 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 #165D43 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 67 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.64 |
| HSL | 158.03º | 0.62% | 0.23% | - |
| HSV(B) | 158.03º | 0.76% | 0.36% | - |
| XYZ | 5.26 | 8.4 | 6.66 | - |
| YUV | 68.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 67 | 0.76 | 0 | 0.28 | 0.64 | 158.03 | 0.62 | 0.23 |
| Hex | 16 | 5D | 43 | 4C | 0 | 1C | 40 | 9E | 3E | 17 |
| Octal | 26 | 135 | 103 | 114 | 0 | 34 | 100 | 236 | 76 | 27 |
| Binary | 10110 | 1011101 | 1000011 | 1001100 | 0 | 11100 | 1000000 | 10011110 | 111110 | 10111 |
Color Harmonies of #165D43
Complementary color
Monochromatic Colors of #165D43
Black with #165D43
Text Example
Text Example
White with #165D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D43; }
p { color: rgb(22,93,67); }
H1.HeaderClassName
{
color: #165D43;
}
.AnyTagClassName
{
color: #165D43;
}
</style>
background-color css
<style>
a { background-color: #165D43; }
a { background-color: rgb(22,93,67); }
div.DivClassName
{
background-color: #165D43;
}
.BgClassName
{
background-color: #165D43;
}
</style>
border-color css
<style>
span { border-color: #165D43; }
span { border-color: rgb(22,93,67); }
td.TdClassName
{
border-color: #165D43;
}
.TagClassName
{
border-color: #165D43;
}
</style>