Shades of Jewel #165C43
Tints of Jewel #165C43
RGB
CMYK
RGB Variations
Color information
#165C43 (or 0x165C43) is known color: Jewel. HEX triplet: 16, 5C and 43. RGB value is (22,92,67). Sum of RGB (Red+Green+Blue) = 22+92+67=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #165C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165C43 is #E9A3BC. Grayscale: #444444. Windows color (decimal): -15311805 or 4414486. OLE color: 4414486.
HSL color Cylindrical-coordinate representation of color #165C43: hue angle of 158.57º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165C43 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 67 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.64 |
| HSL | 158.57º | 0.61% | 0.22% | - |
| HSV(B) | 158.57º | 0.76% | 0.36% | - |
| XYZ | 5.17 | 8.23 | 6.63 | - |
| YUV | 68.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 67 | 0.76 | 0 | 0.27 | 0.64 | 158.57 | 0.61 | 0.22 |
| Hex | 16 | 5C | 43 | 4C | 0 | 1B | 40 | 9F | 3D | 16 |
| Octal | 26 | 134 | 103 | 114 | 0 | 33 | 100 | 237 | 75 | 26 |
| Binary | 10110 | 1011100 | 1000011 | 1001100 | 0 | 11011 | 1000000 | 10011111 | 111101 | 10110 |
Color Harmonies of #165C43
Complementary color
Monochromatic Colors of #165C43
Black with #165C43
Text Example
Text Example
White with #165C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C43; }
p { color: rgb(22,92,67); }
H1.HeaderClassName
{
color: #165C43;
}
.AnyTagClassName
{
color: #165C43;
}
</style>
background-color css
<style>
a { background-color: #165C43; }
a { background-color: rgb(22,92,67); }
div.DivClassName
{
background-color: #165C43;
}
.BgClassName
{
background-color: #165C43;
}
</style>
border-color css
<style>
span { border-color: #165C43; }
span { border-color: rgb(22,92,67); }
td.TdClassName
{
border-color: #165C43;
}
.TagClassName
{
border-color: #165C43;
}
</style>