Shades of Salem #129051
Tints of Salem #129051
RGB
CMYK
RGB Variations
Color information
#129051 (or 0x129051) is known color: Salem. HEX triplet: 12, 90 and 51. RGB value is (18,144,81). Sum of RGB (Red+Green+Blue) = 18+144+81=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #129051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129051 is #ED6FAE. Grayscale: #636363. Windows color (decimal): -15560623 or 5345298. OLE color: 5345298.
HSL color Cylindrical-coordinate representation of color #129051: hue angle of 150º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129051 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 81 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.44 |
| HSL | 150º | 0.78% | 0.32% | - |
| HSV(B) | 150º | 0.88% | 0.56% | - |
| XYZ | 11.71 | 20.67 | 11.16 | - |
| YUV | 99.14 | 117.76 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 81 | 0.88 | 0 | 0.44 | 0.44 | 150 | 0.78 | 0.32 |
| Hex | 12 | 90 | 51 | 58 | 0 | 2C | 2C | 96 | 4E | 20 |
| Octal | 22 | 220 | 121 | 130 | 0 | 54 | 54 | 226 | 116 | 40 |
| Binary | 10010 | 10010000 | 1010001 | 1011000 | 0 | 101100 | 101100 | 10010110 | 1001110 | 100000 |
Color Harmonies of #129051
Complementary color
Monochromatic Colors of #129051
Black with #129051
Text Example
Text Example
White with #129051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129051; }
p { color: rgb(18,144,81); }
H1.HeaderClassName
{
color: #129051;
}
.AnyTagClassName
{
color: #129051;
}
</style>
background-color css
<style>
a { background-color: #129051; }
a { background-color: rgb(18,144,81); }
div.DivClassName
{
background-color: #129051;
}
.BgClassName
{
background-color: #129051;
}
</style>
border-color css
<style>
span { border-color: #129051; }
span { border-color: rgb(18,144,81); }
td.TdClassName
{
border-color: #129051;
}
.TagClassName
{
border-color: #129051;
}
</style>