Shades of Jewel #165A46
Tints of Jewel #165A46
RGB
CMYK
RGB Variations
Color information
#165A46 (or 0x165A46) is known color: Jewel. HEX triplet: 16, 5A and 46. RGB value is (22,90,70). Sum of RGB (Red+Green+Blue) = 22+90+70=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #165A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A46 is #E9A5B9. Grayscale: #434343. Windows color (decimal): -15312314 or 4610582. OLE color: 4610582.
HSL color Cylindrical-coordinate representation of color #165A46: hue angle of 162.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A46 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 70 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.65 |
| HSL | 162.35º | 0.61% | 0.22% | - |
| HSV(B) | 162.35º | 0.76% | 0.35% | - |
| XYZ | 5.09 | 7.93 | 7.06 | - |
| YUV | 67.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 70 | 0.76 | 0 | 0.22 | 0.65 | 162.35 | 0.61 | 0.22 |
| Hex | 16 | 5A | 46 | 4C | 0 | 16 | 41 | A2 | 3D | 16 |
| Octal | 26 | 132 | 106 | 114 | 0 | 26 | 101 | 242 | 75 | 26 |
| Binary | 10110 | 1011010 | 1000110 | 1001100 | 0 | 10110 | 1000001 | 10100010 | 111101 | 10110 |
Color Harmonies of #165A46
Complementary color
Monochromatic Colors of #165A46
Black with #165A46
Text Example
Text Example
White with #165A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A46; }
p { color: rgb(22,90,70); }
H1.HeaderClassName
{
color: #165A46;
}
.AnyTagClassName
{
color: #165A46;
}
</style>
background-color css
<style>
a { background-color: #165A46; }
a { background-color: rgb(22,90,70); }
div.DivClassName
{
background-color: #165A46;
}
.BgClassName
{
background-color: #165A46;
}
</style>
border-color css
<style>
span { border-color: #165A46; }
span { border-color: rgb(22,90,70); }
td.TdClassName
{
border-color: #165A46;
}
.TagClassName
{
border-color: #165A46;
}
</style>