Shades of Salem #138240
Tints of Salem #138240
RGB
CMYK
RGB Variations
Color information
#138240 (or 0x138240) is known color: Salem. HEX triplet: 13, 82 and 40. RGB value is (19,130,64). Sum of RGB (Red+Green+Blue) = 19+130+64=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #138240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138240 is #EC7DBF. Grayscale: #595959. Windows color (decimal): -15498688 or 4227603. OLE color: 4227603.
HSL color Cylindrical-coordinate representation of color #138240: hue angle of 144.32º 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 #138240 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 64 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.49 |
| HSL | 144.32º | 0.74% | 0.29% | - |
| HSV(B) | 144.32º | 0.85% | 0.51% | - |
| XYZ | 9.18 | 16.47 | 7.55 | - |
| YUV | 89.29 | 113.73 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 64 | 0.85 | 0 | 0.51 | 0.49 | 144.32 | 0.74 | 0.29 |
| Hex | 13 | 82 | 40 | 55 | 0 | 33 | 31 | 90 | 4A | 1D |
| Octal | 23 | 202 | 100 | 125 | 0 | 63 | 61 | 220 | 112 | 35 |
| Binary | 10011 | 10000010 | 1000000 | 1010101 | 0 | 110011 | 110001 | 10010000 | 1001010 | 11101 |
Color Harmonies of #138240
Complementary color
Monochromatic Colors of #138240
Black with #138240
Text Example
Text Example
White with #138240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138240; }
p { color: rgb(19,130,64); }
H1.HeaderClassName
{
color: #138240;
}
.AnyTagClassName
{
color: #138240;
}
</style>
background-color css
<style>
a { background-color: #138240; }
a { background-color: rgb(19,130,64); }
div.DivClassName
{
background-color: #138240;
}
.BgClassName
{
background-color: #138240;
}
</style>
border-color css
<style>
span { border-color: #138240; }
span { border-color: rgb(19,130,64); }
td.TdClassName
{
border-color: #138240;
}
.TagClassName
{
border-color: #138240;
}
</style>