Shades of Salem #1D794F
Tints of Salem #1D794F
RGB
CMYK
RGB Variations
Color information
#1D794F (or 0x1D794F) is known color: Salem. HEX triplet: 1D, 79 and 4F. RGB value is (29,121,79). Sum of RGB (Red+Green+Blue) = 29+121+79=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #1D794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D794F is #E286B0. Grayscale: #585858. Windows color (decimal): -14845617 or 5208349. OLE color: 5208349.
HSL color Cylindrical-coordinate representation of color #1D794F: hue angle of 152.61º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D794F is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 79 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.53 |
| HSL | 152.61º | 0.61% | 0.29% | - |
| HSV(B) | 152.61º | 0.76% | 0.47% | - |
| XYZ | 8.76 | 14.5 | 9.73 | - |
| YUV | 88.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 79 | 0.76 | 0 | 0.35 | 0.53 | 152.61 | 0.61 | 0.29 |
| Hex | 1D | 79 | 4F | 4C | 0 | 23 | 35 | 99 | 3D | 1D |
| Octal | 35 | 171 | 117 | 114 | 0 | 43 | 65 | 231 | 75 | 35 |
| Binary | 11101 | 1111001 | 1001111 | 1001100 | 0 | 100011 | 110101 | 10011001 | 111101 | 11101 |
Color Harmonies of #1D794F
Complementary color
Monochromatic Colors of #1D794F
Black with #1D794F
Text Example
Text Example
White with #1D794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D794F; }
p { color: rgb(29,121,79); }
H1.HeaderClassName
{
color: #1D794F;
}
.AnyTagClassName
{
color: #1D794F;
}
</style>
background-color css
<style>
a { background-color: #1D794F; }
a { background-color: rgb(29,121,79); }
div.DivClassName
{
background-color: #1D794F;
}
.BgClassName
{
background-color: #1D794F;
}
</style>
border-color css
<style>
span { border-color: #1D794F; }
span { border-color: rgb(29,121,79); }
td.TdClassName
{
border-color: #1D794F;
}
.TagClassName
{
border-color: #1D794F;
}
</style>