Shades of Salem #12934A
Tints of Salem #12934A
RGB
CMYK
RGB Variations
Color information
#12934A (or 0x12934A) is known color: Salem. HEX triplet: 12, 93 and 4A. RGB value is (18,147,74). Sum of RGB (Red+Green+Blue) = 18+147+74=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #12934A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12934A is #ED6CB5. Grayscale: #646464. Windows color (decimal): -15559862 or 4887314. OLE color: 4887314.
HSL color Cylindrical-coordinate representation of color #12934A: hue angle of 146.05º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12934A is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 74 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.42 |
| HSL | 146.05º | 0.78% | 0.32% | - |
| HSV(B) | 146.05º | 0.88% | 0.58% | - |
| XYZ | 11.92 | 21.49 | 10 | - |
| YUV | 100.11 | 113.26 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 74 | 0.88 | 0 | 0.50 | 0.42 | 146.05 | 0.78 | 0.32 |
| Hex | 12 | 93 | 4A | 58 | 0 | 32 | 2A | 92 | 4E | 20 |
| Octal | 22 | 223 | 112 | 130 | 0 | 62 | 52 | 222 | 116 | 40 |
| Binary | 10010 | 10010011 | 1001010 | 1011000 | 0 | 110010 | 101010 | 10010010 | 1001110 | 100000 |
Color Harmonies of #12934A
Complementary color
Monochromatic Colors of #12934A
Black with #12934A
Text Example
Text Example
White with #12934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12934A; }
p { color: rgb(18,147,74); }
H1.HeaderClassName
{
color: #12934A;
}
.AnyTagClassName
{
color: #12934A;
}
</style>
background-color css
<style>
a { background-color: #12934A; }
a { background-color: rgb(18,147,74); }
div.DivClassName
{
background-color: #12934A;
}
.BgClassName
{
background-color: #12934A;
}
</style>
border-color css
<style>
span { border-color: #12934A; }
span { border-color: rgb(18,147,74); }
td.TdClassName
{
border-color: #12934A;
}
.TagClassName
{
border-color: #12934A;
}
</style>