Shades of Salem #16924C
Tints of Salem #16924C
RGB
CMYK
RGB Variations
Color information
#16924C (or 0x16924C) is known color: Salem. HEX triplet: 16, 92 and 4C. RGB value is (22,146,76). Sum of RGB (Red+Green+Blue) = 22+146+76=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #16924C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16924C is #E96DB3. Grayscale: #656565. Windows color (decimal): -15297972 or 5018134. OLE color: 5018134.
HSL color Cylindrical-coordinate representation of color #16924C: hue angle of 146.13º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16924C is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 146 | 76 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.43 |
| HSL | 146.13º | 0.74% | 0.33% | - |
| HSV(B) | 146.13º | 0.85% | 0.57% | - |
| XYZ | 11.91 | 21.25 | 10.31 | - |
| YUV | 100.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 76 | 0.85 | 0 | 0.48 | 0.43 | 146.13 | 0.74 | 0.33 |
| Hex | 16 | 92 | 4C | 55 | 0 | 30 | 2B | 92 | 4A | 21 |
| Octal | 26 | 222 | 114 | 125 | 0 | 60 | 53 | 222 | 112 | 41 |
| Binary | 10110 | 10010010 | 1001100 | 1010101 | 0 | 110000 | 101011 | 10010010 | 1001010 | 100001 |
Color Harmonies of #16924C
Complementary color
Monochromatic Colors of #16924C
Black with #16924C
Text Example
Text Example
White with #16924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16924C; }
p { color: rgb(22,146,76); }
H1.HeaderClassName
{
color: #16924C;
}
.AnyTagClassName
{
color: #16924C;
}
</style>
background-color css
<style>
a { background-color: #16924C; }
a { background-color: rgb(22,146,76); }
div.DivClassName
{
background-color: #16924C;
}
.BgClassName
{
background-color: #16924C;
}
</style>
border-color css
<style>
span { border-color: #16924C; }
span { border-color: rgb(22,146,76); }
td.TdClassName
{
border-color: #16924C;
}
.TagClassName
{
border-color: #16924C;
}
</style>