Shades of Salem #1D804F
Tints of Salem #1D804F
RGB
CMYK
RGB Variations
Color information
#1D804F (or 0x1D804F) is known color: Salem. HEX triplet: 1D, 80 and 4F. RGB value is (29,128,79). Sum of RGB (Red+Green+Blue) = 29+128+79=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #1D804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D804F is #E27FB0. Grayscale: #5C5C5C. Windows color (decimal): -14843825 or 5210141. OLE color: 5210141.
HSL color Cylindrical-coordinate representation of color #1D804F: hue angle of 150.3º 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 #1D804F is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 128 | 79 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.50 |
| HSL | 150.3º | 0.63% | 0.31% | - |
| HSV(B) | 150.3º | 0.77% | 0.5% | - |
| XYZ | 9.64 | 16.26 | 10.03 | - |
| YUV | 92.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 79 | 0.77 | 0 | 0.38 | 0.50 | 150.3 | 0.63 | 0.31 |
| Hex | 1D | 80 | 4F | 4D | 0 | 26 | 32 | 96 | 3F | 1F |
| Octal | 35 | 200 | 117 | 115 | 0 | 46 | 62 | 226 | 77 | 37 |
| Binary | 11101 | 10000000 | 1001111 | 1001101 | 0 | 100110 | 110010 | 10010110 | 111111 | 11111 |
Color Harmonies of #1D804F
Complementary color
Monochromatic Colors of #1D804F
Black with #1D804F
Text Example
Text Example
White with #1D804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D804F; }
p { color: rgb(29,128,79); }
H1.HeaderClassName
{
color: #1D804F;
}
.AnyTagClassName
{
color: #1D804F;
}
</style>
background-color css
<style>
a { background-color: #1D804F; }
a { background-color: rgb(29,128,79); }
div.DivClassName
{
background-color: #1D804F;
}
.BgClassName
{
background-color: #1D804F;
}
</style>
border-color css
<style>
span { border-color: #1D804F; }
span { border-color: rgb(29,128,79); }
td.TdClassName
{
border-color: #1D804F;
}
.TagClassName
{
border-color: #1D804F;
}
</style>