Shades of Salem #128B4D
Tints of Salem #128B4D
RGB
CMYK
RGB Variations
Color information
#128B4D (or 0x128B4D) is known color: Salem. HEX triplet: 12, 8B and 4D. RGB value is (18,139,77). Sum of RGB (Red+Green+Blue) = 18+139+77=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #128B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128B4D is #ED74B2. Grayscale: #5F5F5F. Windows color (decimal): -15561907 or 5081874. OLE color: 5081874.
HSL color Cylindrical-coordinate representation of color #128B4D: hue angle of 149.26º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128B4D is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 139 | 77 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.45 |
| HSL | 149.26º | 0.77% | 0.31% | - |
| HSV(B) | 149.26º | 0.87% | 0.55% | - |
| XYZ | 10.82 | 19.13 | 10.14 | - |
| YUV | 95.75 | 117.41 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 77 | 0.87 | 0 | 0.45 | 0.45 | 149.26 | 0.77 | 0.31 |
| Hex | 12 | 8B | 4D | 57 | 0 | 2D | 2D | 95 | 4D | 1F |
| Octal | 22 | 213 | 115 | 127 | 0 | 55 | 55 | 225 | 115 | 37 |
| Binary | 10010 | 10001011 | 1001101 | 1010111 | 0 | 101101 | 101101 | 10010101 | 1001101 | 11111 |
Color Harmonies of #128B4D
Complementary color
Monochromatic Colors of #128B4D
Black with #128B4D
Text Example
Text Example
White with #128B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B4D; }
p { color: rgb(18,139,77); }
H1.HeaderClassName
{
color: #128B4D;
}
.AnyTagClassName
{
color: #128B4D;
}
</style>
background-color css
<style>
a { background-color: #128B4D; }
a { background-color: rgb(18,139,77); }
div.DivClassName
{
background-color: #128B4D;
}
.BgClassName
{
background-color: #128B4D;
}
</style>
border-color css
<style>
span { border-color: #128B4D; }
span { border-color: rgb(18,139,77); }
td.TdClassName
{
border-color: #128B4D;
}
.TagClassName
{
border-color: #128B4D;
}
</style>