Shades of Salem #128A46
Tints of Salem #128A46
RGB
CMYK
RGB Variations
Color information
#128A46 (or 0x128A46) is known color: Salem. HEX triplet: 12, 8A and 46. RGB value is (18,138,70). Sum of RGB (Red+Green+Blue) = 18+138+70=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 138 (54.30% from 255 or 61.06% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 138 - color contains mainly: green. Hex color #128A46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128A46 is #ED75B9. Grayscale: #5E5E5E. Windows color (decimal): -15562170 or 4622866. OLE color: 4622866.
HSL color Cylindrical-coordinate representation of color #128A46: hue angle of 146º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128A46 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 138 | 70 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.46 |
| HSL | 146º | 0.77% | 0.31% | - |
| HSV(B) | 146º | 0.87% | 0.54% | - |
| XYZ | 10.44 | 18.75 | 8.86 | - |
| YUV | 94.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 70 | 0.87 | 0 | 0.49 | 0.46 | 146 | 0.77 | 0.31 |
| Hex | 12 | 8A | 46 | 57 | 0 | 31 | 2E | 92 | 4D | 1F |
| Octal | 22 | 212 | 106 | 127 | 0 | 61 | 56 | 222 | 115 | 37 |
| Binary | 10010 | 10001010 | 1000110 | 1010111 | 0 | 110001 | 101110 | 10010010 | 1001101 | 11111 |
Color Harmonies of #128A46
Complementary color
Monochromatic Colors of #128A46
Black with #128A46
Text Example
Text Example
White with #128A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128A46; }
p { color: rgb(18,138,70); }
H1.HeaderClassName
{
color: #128A46;
}
.AnyTagClassName
{
color: #128A46;
}
</style>
background-color css
<style>
a { background-color: #128A46; }
a { background-color: rgb(18,138,70); }
div.DivClassName
{
background-color: #128A46;
}
.BgClassName
{
background-color: #128A46;
}
</style>
border-color css
<style>
span { border-color: #128A46; }
span { border-color: rgb(18,138,70); }
td.TdClassName
{
border-color: #128A46;
}
.TagClassName
{
border-color: #128A46;
}
</style>