Shades of Salem #128150
Tints of Salem #128150
RGB
CMYK
RGB Variations
Color information
#128150 (or 0x128150) is known color: Salem. HEX triplet: 12, 81 and 50. RGB value is (18,129,80). Sum of RGB (Red+Green+Blue) = 18+129+80=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #128150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128150 is #ED7EAF. Grayscale: #5A5A5A. Windows color (decimal): -15564464 or 5275922. OLE color: 5275922.
HSL color Cylindrical-coordinate representation of color #128150: hue angle of 153.51º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128150 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 80 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.49 |
| HSL | 153.51º | 0.76% | 0.29% | - |
| HSV(B) | 153.51º | 0.86% | 0.51% | - |
| XYZ | 9.55 | 16.41 | 10.25 | - |
| YUV | 90.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 80 | 0.86 | 0 | 0.38 | 0.49 | 153.51 | 0.76 | 0.29 |
| Hex | 12 | 81 | 50 | 56 | 0 | 26 | 31 | 9A | 4C | 1D |
| Octal | 22 | 201 | 120 | 126 | 0 | 46 | 61 | 232 | 114 | 35 |
| Binary | 10010 | 10000001 | 1010000 | 1010110 | 0 | 100110 | 110001 | 10011010 | 1001100 | 11101 |
Color Harmonies of #128150
Complementary color
Monochromatic Colors of #128150
Black with #128150
Text Example
Text Example
White with #128150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128150; }
p { color: rgb(18,129,80); }
H1.HeaderClassName
{
color: #128150;
}
.AnyTagClassName
{
color: #128150;
}
</style>
background-color css
<style>
a { background-color: #128150; }
a { background-color: rgb(18,129,80); }
div.DivClassName
{
background-color: #128150;
}
.BgClassName
{
background-color: #128150;
}
</style>
border-color css
<style>
span { border-color: #128150; }
span { border-color: rgb(18,129,80); }
td.TdClassName
{
border-color: #128150;
}
.TagClassName
{
border-color: #128150;
}
</style>