Shades of Salem #138045
Tints of Salem #138045
RGB
CMYK
RGB Variations
Color information
#138045 (or 0x138045) is known color: Salem. HEX triplet: 13, 80 and 45. RGB value is (19,128,69). Sum of RGB (Red+Green+Blue) = 19+128+69=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #138045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138045 is #EC7FBA. Grayscale: #585858. Windows color (decimal): -15499195 or 4554771. OLE color: 4554771.
HSL color Cylindrical-coordinate representation of color #138045: hue angle of 147.52º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138045 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 69 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.50 |
| HSL | 147.52º | 0.74% | 0.29% | - |
| HSV(B) | 147.52º | 0.85% | 0.5% | - |
| XYZ | 9.06 | 16.01 | 8.24 | - |
| YUV | 88.68 | 116.89 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 69 | 0.85 | 0 | 0.46 | 0.50 | 147.52 | 0.74 | 0.29 |
| Hex | 13 | 80 | 45 | 55 | 0 | 2E | 32 | 94 | 4A | 1D |
| Octal | 23 | 200 | 105 | 125 | 0 | 56 | 62 | 224 | 112 | 35 |
| Binary | 10011 | 10000000 | 1000101 | 1010101 | 0 | 101110 | 110010 | 10010100 | 1001010 | 11101 |
Color Harmonies of #138045
Complementary color
Monochromatic Colors of #138045
Black with #138045
Text Example
Text Example
White with #138045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138045; }
p { color: rgb(19,128,69); }
H1.HeaderClassName
{
color: #138045;
}
.AnyTagClassName
{
color: #138045;
}
</style>
background-color css
<style>
a { background-color: #138045; }
a { background-color: rgb(19,128,69); }
div.DivClassName
{
background-color: #138045;
}
.BgClassName
{
background-color: #138045;
}
</style>
border-color css
<style>
span { border-color: #138045; }
span { border-color: rgb(19,128,69); }
td.TdClassName
{
border-color: #138045;
}
.TagClassName
{
border-color: #138045;
}
</style>