Shades of Salem #128749
Tints of Salem #128749
RGB
CMYK
RGB Variations
Color information
#128749 (or 0x128749) is known color: Salem. HEX triplet: 12, 87 and 49. RGB value is (18,135,73). Sum of RGB (Red+Green+Blue) = 18+135+73=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #128749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128749 is #ED78B6. Grayscale: #5D5D5D. Windows color (decimal): -15562935 or 4818706. OLE color: 4818706.
HSL color Cylindrical-coordinate representation of color #128749: hue angle of 148.21º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128749 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 73 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.47 |
| HSL | 148.21º | 0.76% | 0.3% | - |
| HSV(B) | 148.21º | 0.87% | 0.53% | - |
| XYZ | 10.12 | 17.94 | 9.23 | - |
| YUV | 92.95 | 116.74 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 73 | 0.87 | 0 | 0.46 | 0.47 | 148.21 | 0.76 | 0.3 |
| Hex | 12 | 87 | 49 | 57 | 0 | 2E | 2F | 94 | 4C | 1E |
| Octal | 22 | 207 | 111 | 127 | 0 | 56 | 57 | 224 | 114 | 36 |
| Binary | 10010 | 10000111 | 1001001 | 1010111 | 0 | 101110 | 101111 | 10010100 | 1001100 | 11110 |
Color Harmonies of #128749
Complementary color
Monochromatic Colors of #128749
Black with #128749
Text Example
Text Example
White with #128749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128749; }
p { color: rgb(18,135,73); }
H1.HeaderClassName
{
color: #128749;
}
.AnyTagClassName
{
color: #128749;
}
</style>
background-color css
<style>
a { background-color: #128749; }
a { background-color: rgb(18,135,73); }
div.DivClassName
{
background-color: #128749;
}
.BgClassName
{
background-color: #128749;
}
</style>
border-color css
<style>
span { border-color: #128749; }
span { border-color: rgb(18,135,73); }
td.TdClassName
{
border-color: #128749;
}
.TagClassName
{
border-color: #128749;
}
</style>