Shades of Salem #138A3D
Tints of Salem #138A3D
RGB
CMYK
RGB Variations
Color information
#138A3D (or 0x138A3D) is known color: Salem. HEX triplet: 13, 8A and 3D. RGB value is (19,138,61). Sum of RGB (Red+Green+Blue) = 19+138+61=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 138 (54.30% from 255 or 63.30% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 138 - color contains mainly: green. Hex color #138A3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A3D is #EC75C2. Grayscale: #5D5D5D. Windows color (decimal): -15496643 or 4033043. OLE color: 4033043.
HSL color Cylindrical-coordinate representation of color #138A3D: hue angle of 141.18º 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 #138A3D is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 61 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.46 |
| HSL | 141.18º | 0.76% | 0.31% | - |
| HSV(B) | 141.18º | 0.86% | 0.54% | - |
| XYZ | 10.2 | 18.65 | 7.48 | - |
| YUV | 93.64 | 109.58 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 61 | 0.86 | 0 | 0.56 | 0.46 | 141.18 | 0.76 | 0.31 |
| Hex | 13 | 8A | 3D | 56 | 0 | 38 | 2E | 8D | 4C | 1F |
| Octal | 23 | 212 | 75 | 126 | 0 | 70 | 56 | 215 | 114 | 37 |
| Binary | 10011 | 10001010 | 111101 | 1010110 | 0 | 111000 | 101110 | 10001101 | 1001100 | 11111 |
Color Harmonies of #138A3D
Complementary color
Monochromatic Colors of #138A3D
Black with #138A3D
Text Example
Text Example
White with #138A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A3D; }
p { color: rgb(19,138,61); }
H1.HeaderClassName
{
color: #138A3D;
}
.AnyTagClassName
{
color: #138A3D;
}
</style>
background-color css
<style>
a { background-color: #138A3D; }
a { background-color: rgb(19,138,61); }
div.DivClassName
{
background-color: #138A3D;
}
.BgClassName
{
background-color: #138A3D;
}
</style>
border-color css
<style>
span { border-color: #138A3D; }
span { border-color: rgb(19,138,61); }
td.TdClassName
{
border-color: #138A3D;
}
.TagClassName
{
border-color: #138A3D;
}
</style>