Shades of Salem #12924F
Tints of Salem #12924F
RGB
CMYK
RGB Variations
Color information
#12924F (or 0x12924F) is known color: Salem. HEX triplet: 12, 92 and 4F. RGB value is (18,146,79). Sum of RGB (Red+Green+Blue) = 18+146+79=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #12924F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12924F is #ED6DB0. Grayscale: #646464. Windows color (decimal): -15560113 or 5214738. OLE color: 5214738.
HSL color Cylindrical-coordinate representation of color #12924F: hue angle of 148.59º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12924F is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 79 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.43 |
| HSL | 148.59º | 0.78% | 0.32% | - |
| HSV(B) | 148.59º | 0.88% | 0.57% | - |
| XYZ | 11.94 | 21.25 | 10.87 | - |
| YUV | 100.09 | 116.09 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 79 | 0.88 | 0 | 0.46 | 0.43 | 148.59 | 0.78 | 0.32 |
| Hex | 12 | 92 | 4F | 58 | 0 | 2E | 2B | 95 | 4E | 20 |
| Octal | 22 | 222 | 117 | 130 | 0 | 56 | 53 | 225 | 116 | 40 |
| Binary | 10010 | 10010010 | 1001111 | 1011000 | 0 | 101110 | 101011 | 10010101 | 1001110 | 100000 |
Color Harmonies of #12924F
Complementary color
Monochromatic Colors of #12924F
Black with #12924F
Text Example
Text Example
White with #12924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12924F; }
p { color: rgb(18,146,79); }
H1.HeaderClassName
{
color: #12924F;
}
.AnyTagClassName
{
color: #12924F;
}
</style>
background-color css
<style>
a { background-color: #12924F; }
a { background-color: rgb(18,146,79); }
div.DivClassName
{
background-color: #12924F;
}
.BgClassName
{
background-color: #12924F;
}
</style>
border-color css
<style>
span { border-color: #12924F; }
span { border-color: rgb(18,146,79); }
td.TdClassName
{
border-color: #12924F;
}
.TagClassName
{
border-color: #12924F;
}
</style>