Shades of Salem #128046
Tints of Salem #128046
RGB
CMYK
RGB Variations
Color information
#128046 (or 0x128046) is known color: Salem. HEX triplet: 12, 80 and 46. RGB value is (18,128,70). Sum of RGB (Red+Green+Blue) = 18+128+70=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #128046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128046 is #ED7FB9. Grayscale: #585858. Windows color (decimal): -15564730 or 4620306. OLE color: 4620306.
HSL color Cylindrical-coordinate representation of color #128046: hue angle of 148.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128046 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 128 | 70 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.50 |
| HSL | 148.36º | 0.75% | 0.29% | - |
| HSV(B) | 148.36º | 0.86% | 0.5% | - |
| XYZ | 9.07 | 16.01 | 8.41 | - |
| YUV | 88.5 | 117.56 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 70 | 0.86 | 0 | 0.45 | 0.50 | 148.36 | 0.75 | 0.29 |
| Hex | 12 | 80 | 46 | 56 | 0 | 2D | 32 | 94 | 4B | 1D |
| Octal | 22 | 200 | 106 | 126 | 0 | 55 | 62 | 224 | 113 | 35 |
| Binary | 10010 | 10000000 | 1000110 | 1010110 | 0 | 101101 | 110010 | 10010100 | 1001011 | 11101 |
Color Harmonies of #128046
Complementary color
Monochromatic Colors of #128046
Black with #128046
Text Example
Text Example
White with #128046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128046; }
p { color: rgb(18,128,70); }
H1.HeaderClassName
{
color: #128046;
}
.AnyTagClassName
{
color: #128046;
}
</style>
background-color css
<style>
a { background-color: #128046; }
a { background-color: rgb(18,128,70); }
div.DivClassName
{
background-color: #128046;
}
.BgClassName
{
background-color: #128046;
}
</style>
border-color css
<style>
span { border-color: #128046; }
span { border-color: rgb(18,128,70); }
td.TdClassName
{
border-color: #128046;
}
.TagClassName
{
border-color: #128046;
}
</style>