Shades of Salem #129351
Tints of Salem #129351
RGB
CMYK
RGB Variations
Color information
#129351 (or 0x129351) is known color: Salem. HEX triplet: 12, 93 and 51. RGB value is (18,147,81). Sum of RGB (Red+Green+Blue) = 18+147+81=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 147 (57.81% from 255 or 59.76% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 147 - color contains mainly: green. Hex color #129351 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129351 is #ED6CAE. Grayscale: #656565. Windows color (decimal): -15559855 or 5346066. OLE color: 5346066.
HSL color Cylindrical-coordinate representation of color #129351: hue angle of 149.3º 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 #129351 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 81 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.42 |
| HSL | 149.3º | 0.78% | 0.32% | - |
| HSV(B) | 149.3º | 0.88% | 0.58% | - |
| XYZ | 12.17 | 21.59 | 11.31 | - |
| YUV | 100.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 81 | 0.88 | 0 | 0.45 | 0.42 | 149.3 | 0.78 | 0.32 |
| Hex | 12 | 93 | 51 | 58 | 0 | 2D | 2A | 95 | 4E | 20 |
| Octal | 22 | 223 | 121 | 130 | 0 | 55 | 52 | 225 | 116 | 40 |
| Binary | 10010 | 10010011 | 1010001 | 1011000 | 0 | 101101 | 101010 | 10010101 | 1001110 | 100000 |
Color Harmonies of #129351
Complementary color
Monochromatic Colors of #129351
Black with #129351
Text Example
Text Example
White with #129351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129351; }
p { color: rgb(18,147,81); }
H1.HeaderClassName
{
color: #129351;
}
.AnyTagClassName
{
color: #129351;
}
</style>
background-color css
<style>
a { background-color: #129351; }
a { background-color: rgb(18,147,81); }
div.DivClassName
{
background-color: #129351;
}
.BgClassName
{
background-color: #129351;
}
</style>
border-color css
<style>
span { border-color: #129351; }
span { border-color: rgb(18,147,81); }
td.TdClassName
{
border-color: #129351;
}
.TagClassName
{
border-color: #129351;
}
</style>