Shades of Salem #1D754C
Tints of Salem #1D754C
RGB
CMYK
RGB Variations
Color information
#1D754C (or 0x1D754C) is known color: Salem. HEX triplet: 1D, 75 and 4C. RGB value is (29,117,76). Sum of RGB (Red+Green+Blue) = 29+117+76=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #1D754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D754C is #E28AB3. Grayscale: #565656. Windows color (decimal): -14846644 or 5010717. OLE color: 5010717.
HSL color Cylindrical-coordinate representation of color #1D754C: hue angle of 152.05º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D754C is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 76 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.54 |
| HSL | 152.05º | 0.6% | 0.29% | - |
| HSV(B) | 152.05º | 0.75% | 0.46% | - |
| XYZ | 8.17 | 13.51 | 9.01 | - |
| YUV | 86.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 76 | 0.75 | 0 | 0.35 | 0.54 | 152.05 | 0.6 | 0.29 |
| Hex | 1D | 75 | 4C | 4B | 0 | 23 | 36 | 98 | 3C | 1D |
| Octal | 35 | 165 | 114 | 113 | 0 | 43 | 66 | 230 | 74 | 35 |
| Binary | 11101 | 1110101 | 1001100 | 1001011 | 0 | 100011 | 110110 | 10011000 | 111100 | 11101 |
Color Harmonies of #1D754C
Complementary color
Monochromatic Colors of #1D754C
Black with #1D754C
Text Example
Text Example
White with #1D754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D754C; }
p { color: rgb(29,117,76); }
H1.HeaderClassName
{
color: #1D754C;
}
.AnyTagClassName
{
color: #1D754C;
}
</style>
background-color css
<style>
a { background-color: #1D754C; }
a { background-color: rgb(29,117,76); }
div.DivClassName
{
background-color: #1D754C;
}
.BgClassName
{
background-color: #1D754C;
}
</style>
border-color css
<style>
span { border-color: #1D754C; }
span { border-color: rgb(29,117,76); }
td.TdClassName
{
border-color: #1D754C;
}
.TagClassName
{
border-color: #1D754C;
}
</style>