Shades of Salem #12884B
Tints of Salem #12884B
RGB
CMYK
RGB Variations
Color information
#12884B (or 0x12884B) is known color: Salem. HEX triplet: 12, 88 and 4B. RGB value is (18,136,75). Sum of RGB (Red+Green+Blue) = 18+136+75=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #12884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12884B is #ED77B4. Grayscale: #5D5D5D. Windows color (decimal): -15562677 or 4950034. OLE color: 4950034.
HSL color Cylindrical-coordinate representation of color #12884B: hue angle of 148.98º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12884B is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 136 | 75 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.47 |
| HSL | 148.98º | 0.77% | 0.3% | - |
| HSV(B) | 148.98º | 0.87% | 0.53% | - |
| XYZ | 10.32 | 18.24 | 9.63 | - |
| YUV | 93.76 | 117.41 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 75 | 0.87 | 0 | 0.45 | 0.47 | 148.98 | 0.77 | 0.3 |
| Hex | 12 | 88 | 4B | 57 | 0 | 2D | 2F | 95 | 4D | 1E |
| Octal | 22 | 210 | 113 | 127 | 0 | 55 | 57 | 225 | 115 | 36 |
| Binary | 10010 | 10001000 | 1001011 | 1010111 | 0 | 101101 | 101111 | 10010101 | 1001101 | 11110 |
Color Harmonies of #12884B
Complementary color
Monochromatic Colors of #12884B
Black with #12884B
Text Example
Text Example
White with #12884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12884B; }
p { color: rgb(18,136,75); }
H1.HeaderClassName
{
color: #12884B;
}
.AnyTagClassName
{
color: #12884B;
}
</style>
background-color css
<style>
a { background-color: #12884B; }
a { background-color: rgb(18,136,75); }
div.DivClassName
{
background-color: #12884B;
}
.BgClassName
{
background-color: #12884B;
}
</style>
border-color css
<style>
span { border-color: #12884B; }
span { border-color: rgb(18,136,75); }
td.TdClassName
{
border-color: #12884B;
}
.TagClassName
{
border-color: #12884B;
}
</style>