Shades of Salem #138245
Tints of Salem #138245
RGB
CMYK
RGB Variations
Color information
#138245 (or 0x138245) is known color: Salem. HEX triplet: 13, 82 and 45. RGB value is (19,130,69). Sum of RGB (Red+Green+Blue) = 19+130+69=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #138245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138245 is #EC7DBA. Grayscale: #595959. Windows color (decimal): -15498683 or 4555283. OLE color: 4555283.
HSL color Cylindrical-coordinate representation of color #138245: hue angle of 147.03º 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 #138245 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 69 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.49 |
| HSL | 147.03º | 0.74% | 0.29% | - |
| HSV(B) | 147.03º | 0.85% | 0.51% | - |
| XYZ | 9.33 | 16.53 | 8.33 | - |
| YUV | 89.86 | 116.23 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 69 | 0.85 | 0 | 0.47 | 0.49 | 147.03 | 0.74 | 0.29 |
| Hex | 13 | 82 | 45 | 55 | 0 | 2F | 31 | 93 | 4A | 1D |
| Octal | 23 | 202 | 105 | 125 | 0 | 57 | 61 | 223 | 112 | 35 |
| Binary | 10011 | 10000010 | 1000101 | 1010101 | 0 | 101111 | 110001 | 10010011 | 1001010 | 11101 |
Color Harmonies of #138245
Complementary color
Monochromatic Colors of #138245
Black with #138245
Text Example
Text Example
White with #138245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138245; }
p { color: rgb(19,130,69); }
H1.HeaderClassName
{
color: #138245;
}
.AnyTagClassName
{
color: #138245;
}
</style>
background-color css
<style>
a { background-color: #138245; }
a { background-color: rgb(19,130,69); }
div.DivClassName
{
background-color: #138245;
}
.BgClassName
{
background-color: #138245;
}
</style>
border-color css
<style>
span { border-color: #138245; }
span { border-color: rgb(19,130,69); }
td.TdClassName
{
border-color: #138245;
}
.TagClassName
{
border-color: #138245;
}
</style>