Shades of Salem #16804C
Tints of Salem #16804C
RGB
CMYK
RGB Variations
Color information
#16804C (or 0x16804C) is known color: Salem. HEX triplet: 16, 80 and 4C. RGB value is (22,128,76). Sum of RGB (Red+Green+Blue) = 22+128+76=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #16804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16804C is #E97FB3. Grayscale: #5A5A5A. Windows color (decimal): -15302580 or 5013526. OLE color: 5013526.
HSL color Cylindrical-coordinate representation of color #16804C: hue angle of 150.57º 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 #16804C is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 128 | 76 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.50 |
| HSL | 150.57º | 0.71% | 0.29% | - |
| HSV(B) | 150.57º | 0.83% | 0.5% | - |
| XYZ | 9.35 | 16.13 | 9.46 | - |
| YUV | 90.38 | 119.88 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 76 | 0.83 | 0 | 0.41 | 0.50 | 150.57 | 0.71 | 0.29 |
| Hex | 16 | 80 | 4C | 53 | 0 | 29 | 32 | 97 | 47 | 1D |
| Octal | 26 | 200 | 114 | 123 | 0 | 51 | 62 | 227 | 107 | 35 |
| Binary | 10110 | 10000000 | 1001100 | 1010011 | 0 | 101001 | 110010 | 10010111 | 1000111 | 11101 |
Color Harmonies of #16804C
Complementary color
Monochromatic Colors of #16804C
Black with #16804C
Text Example
Text Example
White with #16804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16804C; }
p { color: rgb(22,128,76); }
H1.HeaderClassName
{
color: #16804C;
}
.AnyTagClassName
{
color: #16804C;
}
</style>
background-color css
<style>
a { background-color: #16804C; }
a { background-color: rgb(22,128,76); }
div.DivClassName
{
background-color: #16804C;
}
.BgClassName
{
background-color: #16804C;
}
</style>
border-color css
<style>
span { border-color: #16804C; }
span { border-color: rgb(22,128,76); }
td.TdClassName
{
border-color: #16804C;
}
.TagClassName
{
border-color: #16804C;
}
</style>