Shades of Salem #129151
Tints of Salem #129151
RGB
CMYK
RGB Variations
Color information
#129151 (or 0x129151) is known color: Salem. HEX triplet: 12, 91 and 51. RGB value is (18,145,81). Sum of RGB (Red+Green+Blue) = 18+145+81=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #129151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129151 is #ED6EAE. Grayscale: #636363. Windows color (decimal): -15560367 or 5345554. OLE color: 5345554.
HSL color Cylindrical-coordinate representation of color #129151: hue angle of 149.76º 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 #129151 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 81 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.43 |
| HSL | 149.76º | 0.78% | 0.32% | - |
| HSV(B) | 149.76º | 0.88% | 0.57% | - |
| XYZ | 11.86 | 20.97 | 11.21 | - |
| YUV | 99.73 | 117.42 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 81 | 0.88 | 0 | 0.44 | 0.43 | 149.76 | 0.78 | 0.32 |
| Hex | 12 | 91 | 51 | 58 | 0 | 2C | 2B | 96 | 4E | 20 |
| Octal | 22 | 221 | 121 | 130 | 0 | 54 | 53 | 226 | 116 | 40 |
| Binary | 10010 | 10010001 | 1010001 | 1011000 | 0 | 101100 | 101011 | 10010110 | 1001110 | 100000 |
Color Harmonies of #129151
Complementary color
Monochromatic Colors of #129151
Black with #129151
Text Example
Text Example
White with #129151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129151; }
p { color: rgb(18,145,81); }
H1.HeaderClassName
{
color: #129151;
}
.AnyTagClassName
{
color: #129151;
}
</style>
background-color css
<style>
a { background-color: #129151; }
a { background-color: rgb(18,145,81); }
div.DivClassName
{
background-color: #129151;
}
.BgClassName
{
background-color: #129151;
}
</style>
border-color css
<style>
span { border-color: #129151; }
span { border-color: rgb(18,145,81); }
td.TdClassName
{
border-color: #129151;
}
.TagClassName
{
border-color: #129151;
}
</style>