Shades of Salem #128649
Tints of Salem #128649
RGB
CMYK
RGB Variations
Color information
#128649 (or 0x128649) is known color: Salem. HEX triplet: 12, 86 and 49. RGB value is (18,134,73). Sum of RGB (Red+Green+Blue) = 18+134+73=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #128649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128649 is #ED79B6. Grayscale: #5C5C5C. Windows color (decimal): -15563191 or 4818450. OLE color: 4818450.
HSL color Cylindrical-coordinate representation of color #128649: hue angle of 148.45º 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 #128649 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 73 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.47 |
| HSL | 148.45º | 0.76% | 0.3% | - |
| HSV(B) | 148.45º | 0.87% | 0.53% | - |
| XYZ | 9.98 | 17.66 | 9.19 | - |
| YUV | 92.36 | 117.07 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 73 | 0.87 | 0 | 0.46 | 0.47 | 148.45 | 0.76 | 0.3 |
| Hex | 12 | 86 | 49 | 57 | 0 | 2E | 2F | 94 | 4C | 1E |
| Octal | 22 | 206 | 111 | 127 | 0 | 56 | 57 | 224 | 114 | 36 |
| Binary | 10010 | 10000110 | 1001001 | 1010111 | 0 | 101110 | 101111 | 10010100 | 1001100 | 11110 |
Color Harmonies of #128649
Complementary color
Monochromatic Colors of #128649
Black with #128649
Text Example
Text Example
White with #128649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128649; }
p { color: rgb(18,134,73); }
H1.HeaderClassName
{
color: #128649;
}
.AnyTagClassName
{
color: #128649;
}
</style>
background-color css
<style>
a { background-color: #128649; }
a { background-color: rgb(18,134,73); }
div.DivClassName
{
background-color: #128649;
}
.BgClassName
{
background-color: #128649;
}
</style>
border-color css
<style>
span { border-color: #128649; }
span { border-color: rgb(18,134,73); }
td.TdClassName
{
border-color: #128649;
}
.TagClassName
{
border-color: #128649;
}
</style>