Shades of Salem #1D774C
Tints of Salem #1D774C
RGB
CMYK
RGB Variations
Color information
#1D774C (or 0x1D774C) is known color: Salem. HEX triplet: 1D, 77 and 4C. RGB value is (29,119,76). Sum of RGB (Red+Green+Blue) = 29+119+76=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #1D774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D774C is #E288B3. Grayscale: #575757. Windows color (decimal): -14846132 or 5011229. OLE color: 5011229.
HSL color Cylindrical-coordinate representation of color #1D774C: hue angle of 151.33º 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 #1D774C is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 76 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.53 |
| HSL | 151.33º | 0.61% | 0.29% | - |
| HSV(B) | 151.33º | 0.76% | 0.47% | - |
| XYZ | 8.41 | 13.98 | 9.09 | - |
| YUV | 87.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 76 | 0.76 | 0 | 0.36 | 0.53 | 151.33 | 0.61 | 0.29 |
| Hex | 1D | 77 | 4C | 4C | 0 | 24 | 35 | 97 | 3D | 1D |
| Octal | 35 | 167 | 114 | 114 | 0 | 44 | 65 | 227 | 75 | 35 |
| Binary | 11101 | 1110111 | 1001100 | 1001100 | 0 | 100100 | 110101 | 10010111 | 111101 | 11101 |
Color Harmonies of #1D774C
Complementary color
Monochromatic Colors of #1D774C
Black with #1D774C
Text Example
Text Example
White with #1D774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D774C; }
p { color: rgb(29,119,76); }
H1.HeaderClassName
{
color: #1D774C;
}
.AnyTagClassName
{
color: #1D774C;
}
</style>
background-color css
<style>
a { background-color: #1D774C; }
a { background-color: rgb(29,119,76); }
div.DivClassName
{
background-color: #1D774C;
}
.BgClassName
{
background-color: #1D774C;
}
</style>
border-color css
<style>
span { border-color: #1D774C; }
span { border-color: rgb(29,119,76); }
td.TdClassName
{
border-color: #1D774C;
}
.TagClassName
{
border-color: #1D774C;
}
</style>