Shades of Salem #16804F
Tints of Salem #16804F
RGB
CMYK
RGB Variations
Color information
#16804F (or 0x16804F) is known color: Salem. HEX triplet: 16, 80 and 4F. RGB value is (22,128,79). Sum of RGB (Red+Green+Blue) = 22+128+79=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #16804F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16804F is #E97FB0. Grayscale: #5A5A5A. Windows color (decimal): -15302577 or 5210134. OLE color: 5210134.
HSL color Cylindrical-coordinate representation of color #16804F: hue angle of 152.26º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16804F is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 128 | 79 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.50 |
| HSL | 152.26º | 0.71% | 0.29% | - |
| HSV(B) | 152.26º | 0.83% | 0.5% | - |
| XYZ | 9.46 | 16.17 | 10.02 | - |
| YUV | 90.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 79 | 0.83 | 0 | 0.38 | 0.50 | 152.26 | 0.71 | 0.29 |
| Hex | 16 | 80 | 4F | 53 | 0 | 26 | 32 | 98 | 47 | 1D |
| Octal | 26 | 200 | 117 | 123 | 0 | 46 | 62 | 230 | 107 | 35 |
| Binary | 10110 | 10000000 | 1001111 | 1010011 | 0 | 100110 | 110010 | 10011000 | 1000111 | 11101 |
Color Harmonies of #16804F
Complementary color
Monochromatic Colors of #16804F
Black with #16804F
Text Example
Text Example
White with #16804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16804F; }
p { color: rgb(22,128,79); }
H1.HeaderClassName
{
color: #16804F;
}
.AnyTagClassName
{
color: #16804F;
}
</style>
background-color css
<style>
a { background-color: #16804F; }
a { background-color: rgb(22,128,79); }
div.DivClassName
{
background-color: #16804F;
}
.BgClassName
{
background-color: #16804F;
}
</style>
border-color css
<style>
span { border-color: #16804F; }
span { border-color: rgb(22,128,79); }
td.TdClassName
{
border-color: #16804F;
}
.TagClassName
{
border-color: #16804F;
}
</style>