Shades of Salem #1D8A54
Tints of Salem #1D8A54
RGB
CMYK
RGB Variations
Color information
#1D8A54 (or 0x1D8A54) is known color: Salem. HEX triplet: 1D, 8A and 54. RGB value is (29,138,84). Sum of RGB (Red+Green+Blue) = 29+138+84=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A54 is #E275AB. Grayscale: #636363. Windows color (decimal): -14841260 or 5540381. OLE color: 5540381.
HSL color Cylindrical-coordinate representation of color #1D8A54: hue angle of 150.28º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A54 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 138 | 84 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.46 |
| HSL | 150.28º | 0.65% | 0.33% | - |
| HSV(B) | 150.28º | 0.79% | 0.54% | - |
| XYZ | 11.2 | 19.08 | 11.48 | - |
| YUV | 99.25 | 119.39 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 138 | 84 | 0.79 | 0 | 0.39 | 0.46 | 150.28 | 0.65 | 0.33 |
| Hex | 1D | 8A | 54 | 4F | 0 | 27 | 2E | 96 | 41 | 21 |
| Octal | 35 | 212 | 124 | 117 | 0 | 47 | 56 | 226 | 101 | 41 |
| Binary | 11101 | 10001010 | 1010100 | 1001111 | 0 | 100111 | 101110 | 10010110 | 1000001 | 100001 |
Color Harmonies of #1D8A54
Complementary color
Monochromatic Colors of #1D8A54
Black with #1D8A54
Text Example
Text Example
White with #1D8A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8A54; }
p { color: rgb(29,138,84); }
H1.HeaderClassName
{
color: #1D8A54;
}
.AnyTagClassName
{
color: #1D8A54;
}
</style>
background-color css
<style>
a { background-color: #1D8A54; }
a { background-color: rgb(29,138,84); }
div.DivClassName
{
background-color: #1D8A54;
}
.BgClassName
{
background-color: #1D8A54;
}
</style>
border-color css
<style>
span { border-color: #1D8A54; }
span { border-color: rgb(29,138,84); }
td.TdClassName
{
border-color: #1D8A54;
}
.TagClassName
{
border-color: #1D8A54;
}
</style>