Shades of Salem #138144
Tints of Salem #138144
RGB
CMYK
RGB Variations
Color information
#138144 (or 0x138144) is known color: Salem. HEX triplet: 13, 81 and 44. RGB value is (19,129,68). Sum of RGB (Red+Green+Blue) = 19+129+68=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #138144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138144 is #EC7EBB. Grayscale: #595959. Windows color (decimal): -15498940 or 4489491. OLE color: 4489491.
HSL color Cylindrical-coordinate representation of color #138144: hue angle of 146.73º 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 #138144 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 68 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.49 |
| HSL | 146.73º | 0.74% | 0.29% | - |
| HSV(B) | 146.73º | 0.85% | 0.51% | - |
| XYZ | 9.16 | 16.26 | 8.12 | - |
| YUV | 89.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 68 | 0.85 | 0 | 0.47 | 0.49 | 146.73 | 0.74 | 0.29 |
| Hex | 13 | 81 | 44 | 55 | 0 | 2F | 31 | 93 | 4A | 1D |
| Octal | 23 | 201 | 104 | 125 | 0 | 57 | 61 | 223 | 112 | 35 |
| Binary | 10011 | 10000001 | 1000100 | 1010101 | 0 | 101111 | 110001 | 10010011 | 1001010 | 11101 |
Color Harmonies of #138144
Complementary color
Monochromatic Colors of #138144
Black with #138144
Text Example
Text Example
White with #138144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138144; }
p { color: rgb(19,129,68); }
H1.HeaderClassName
{
color: #138144;
}
.AnyTagClassName
{
color: #138144;
}
</style>
background-color css
<style>
a { background-color: #138144; }
a { background-color: rgb(19,129,68); }
div.DivClassName
{
background-color: #138144;
}
.BgClassName
{
background-color: #138144;
}
</style>
border-color css
<style>
span { border-color: #138144; }
span { border-color: rgb(19,129,68); }
td.TdClassName
{
border-color: #138144;
}
.TagClassName
{
border-color: #138144;
}
</style>