Shades of Salem #138151
Tints of Salem #138151
RGB
CMYK
RGB Variations
Color information
#138151 (or 0x138151) is known color: Salem. HEX triplet: 13, 81 and 51. RGB value is (19,129,81). Sum of RGB (Red+Green+Blue) = 19+129+81=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #138151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138151 is #EC7EAE. Grayscale: #5A5A5A. Windows color (decimal): -15498927 or 5341459. OLE color: 5341459.
HSL color Cylindrical-coordinate representation of color #138151: hue angle of 153.82º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138151 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 81 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.49 |
| HSL | 153.82º | 0.74% | 0.29% | - |
| HSV(B) | 153.82º | 0.85% | 0.51% | - |
| XYZ | 9.6 | 16.43 | 10.45 | - |
| YUV | 90.64 | 122.56 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 81 | 0.85 | 0 | 0.37 | 0.49 | 153.82 | 0.74 | 0.29 |
| Hex | 13 | 81 | 51 | 55 | 0 | 25 | 31 | 9A | 4A | 1D |
| Octal | 23 | 201 | 121 | 125 | 0 | 45 | 61 | 232 | 112 | 35 |
| Binary | 10011 | 10000001 | 1010001 | 1010101 | 0 | 100101 | 110001 | 10011010 | 1001010 | 11101 |
Color Harmonies of #138151
Complementary color
Monochromatic Colors of #138151
Black with #138151
Text Example
Text Example
White with #138151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138151; }
p { color: rgb(19,129,81); }
H1.HeaderClassName
{
color: #138151;
}
.AnyTagClassName
{
color: #138151;
}
</style>
background-color css
<style>
a { background-color: #138151; }
a { background-color: rgb(19,129,81); }
div.DivClassName
{
background-color: #138151;
}
.BgClassName
{
background-color: #138151;
}
</style>
border-color css
<style>
span { border-color: #138151; }
span { border-color: rgb(19,129,81); }
td.TdClassName
{
border-color: #138151;
}
.TagClassName
{
border-color: #138151;
}
</style>