Shades of Salem #1D8054
Tints of Salem #1D8054
RGB
CMYK
RGB Variations
Color information
#1D8054 (or 0x1D8054) is known color: Salem. HEX triplet: 1D, 80 and 54. RGB value is (29,128,84). Sum of RGB (Red+Green+Blue) = 29+128+84=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #1D8054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8054 is #E27FAB. Grayscale: #5D5D5D. Windows color (decimal): -14843820 or 5537821. OLE color: 5537821.
HSL color Cylindrical-coordinate representation of color #1D8054: hue angle of 153.33º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D8054 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 128 | 84 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.50 |
| HSL | 153.33º | 0.63% | 0.31% | - |
| HSV(B) | 153.33º | 0.77% | 0.5% | - |
| XYZ | 9.83 | 16.34 | 11.02 | - |
| YUV | 93.38 | 122.7 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 84 | 0.77 | 0 | 0.34 | 0.50 | 153.33 | 0.63 | 0.31 |
| Hex | 1D | 80 | 54 | 4D | 0 | 22 | 32 | 99 | 3F | 1F |
| Octal | 35 | 200 | 124 | 115 | 0 | 42 | 62 | 231 | 77 | 37 |
| Binary | 11101 | 10000000 | 1010100 | 1001101 | 0 | 100010 | 110010 | 10011001 | 111111 | 11111 |
Color Harmonies of #1D8054
Complementary color
Monochromatic Colors of #1D8054
Black with #1D8054
Text Example
Text Example
White with #1D8054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8054; }
p { color: rgb(29,128,84); }
H1.HeaderClassName
{
color: #1D8054;
}
.AnyTagClassName
{
color: #1D8054;
}
</style>
background-color css
<style>
a { background-color: #1D8054; }
a { background-color: rgb(29,128,84); }
div.DivClassName
{
background-color: #1D8054;
}
.BgClassName
{
background-color: #1D8054;
}
</style>
border-color css
<style>
span { border-color: #1D8054; }
span { border-color: rgb(29,128,84); }
td.TdClassName
{
border-color: #1D8054;
}
.TagClassName
{
border-color: #1D8054;
}
</style>