Shades of Salem #138945
Tints of Salem #138945
RGB
CMYK
RGB Variations
Color information
#138945 (or 0x138945) is known color: Salem. HEX triplet: 13, 89 and 45. RGB value is (19,137,69). Sum of RGB (Red+Green+Blue) = 19+137+69=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #138945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138945 is #EC76BA. Grayscale: #5E5E5E. Windows color (decimal): -15496891 or 4557075. OLE color: 4557075.
HSL color Cylindrical-coordinate representation of color #138945: hue angle of 145.42º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138945 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 69 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.46 |
| HSL | 145.42º | 0.76% | 0.31% | - |
| HSV(B) | 145.42º | 0.86% | 0.54% | - |
| XYZ | 10.29 | 18.46 | 8.65 | - |
| YUV | 93.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 69 | 0.86 | 0 | 0.50 | 0.46 | 145.42 | 0.76 | 0.31 |
| Hex | 13 | 89 | 45 | 56 | 0 | 32 | 2E | 91 | 4C | 1F |
| Octal | 23 | 211 | 105 | 126 | 0 | 62 | 56 | 221 | 114 | 37 |
| Binary | 10011 | 10001001 | 1000101 | 1010110 | 0 | 110010 | 101110 | 10010001 | 1001100 | 11111 |
Color Harmonies of #138945
Complementary color
Monochromatic Colors of #138945
Black with #138945
Text Example
Text Example
White with #138945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138945; }
p { color: rgb(19,137,69); }
H1.HeaderClassName
{
color: #138945;
}
.AnyTagClassName
{
color: #138945;
}
</style>
background-color css
<style>
a { background-color: #138945; }
a { background-color: rgb(19,137,69); }
div.DivClassName
{
background-color: #138945;
}
.BgClassName
{
background-color: #138945;
}
</style>
border-color css
<style>
span { border-color: #138945; }
span { border-color: rgb(19,137,69); }
td.TdClassName
{
border-color: #138945;
}
.TagClassName
{
border-color: #138945;
}
</style>