Shades of Jewel #165E45
Tints of Jewel #165E45
RGB
CMYK
RGB Variations
Color information
#165E45 (or 0x165E45) is known color: Jewel. HEX triplet: 16, 5E and 45. RGB value is (22,94,69). Sum of RGB (Red+Green+Blue) = 22+94+69=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #165E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E45 is #E9A1BA. Grayscale: #454545. Windows color (decimal): -15311291 or 4546070. OLE color: 4546070.
HSL color Cylindrical-coordinate representation of color #165E45: hue angle of 159.17º 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 #165E45 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 94 | 69 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.63 |
| HSL | 159.17º | 0.62% | 0.23% | - |
| HSV(B) | 159.17º | 0.77% | 0.37% | - |
| XYZ | 5.41 | 8.61 | 7.01 | - |
| YUV | 69.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 69 | 0.77 | 0 | 0.27 | 0.63 | 159.17 | 0.62 | 0.23 |
| Hex | 16 | 5E | 45 | 4D | 0 | 1B | 3F | 9F | 3E | 17 |
| Octal | 26 | 136 | 105 | 115 | 0 | 33 | 77 | 237 | 76 | 27 |
| Binary | 10110 | 1011110 | 1000101 | 1001101 | 0 | 11011 | 111111 | 10011111 | 111110 | 10111 |
Color Harmonies of #165E45
Complementary color
Monochromatic Colors of #165E45
Black with #165E45
Text Example
Text Example
White with #165E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E45; }
p { color: rgb(22,94,69); }
H1.HeaderClassName
{
color: #165E45;
}
.AnyTagClassName
{
color: #165E45;
}
</style>
background-color css
<style>
a { background-color: #165E45; }
a { background-color: rgb(22,94,69); }
div.DivClassName
{
background-color: #165E45;
}
.BgClassName
{
background-color: #165E45;
}
</style>
border-color css
<style>
span { border-color: #165E45; }
span { border-color: rgb(22,94,69); }
td.TdClassName
{
border-color: #165E45;
}
.TagClassName
{
border-color: #165E45;
}
</style>