Shades of Salem #1C774D
Tints of Salem #1C774D
RGB
CMYK
RGB Variations
Color information
#1C774D (or 0x1C774D) is known color: Salem. HEX triplet: 1C, 77 and 4D. RGB value is (28,119,77). Sum of RGB (Red+Green+Blue) = 28+119+77=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #1C774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C774D is #E388B2. Grayscale: #575757. Windows color (decimal): -14911667 or 5076764. OLE color: 5076764.
HSL color Cylindrical-coordinate representation of color #1C774D: hue angle of 152.31º degrees, saturation: 0.62, 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 #1C774D is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 119 | 77 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.53 |
| HSL | 152.31º | 0.62% | 0.29% | - |
| HSV(B) | 152.31º | 0.76% | 0.47% | - |
| XYZ | 8.42 | 13.98 | 9.28 | - |
| YUV | 87 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 77 | 0.76 | 0 | 0.35 | 0.53 | 152.31 | 0.62 | 0.29 |
| Hex | 1C | 77 | 4D | 4C | 0 | 23 | 35 | 98 | 3E | 1D |
| Octal | 34 | 167 | 115 | 114 | 0 | 43 | 65 | 230 | 76 | 35 |
| Binary | 11100 | 1110111 | 1001101 | 1001100 | 0 | 100011 | 110101 | 10011000 | 111110 | 11101 |
Color Harmonies of #1C774D
Complementary color
Monochromatic Colors of #1C774D
Black with #1C774D
Text Example
Text Example
White with #1C774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C774D; }
p { color: rgb(28,119,77); }
H1.HeaderClassName
{
color: #1C774D;
}
.AnyTagClassName
{
color: #1C774D;
}
</style>
background-color css
<style>
a { background-color: #1C774D; }
a { background-color: rgb(28,119,77); }
div.DivClassName
{
background-color: #1C774D;
}
.BgClassName
{
background-color: #1C774D;
}
</style>
border-color css
<style>
span { border-color: #1C774D; }
span { border-color: rgb(28,119,77); }
td.TdClassName
{
border-color: #1C774D;
}
.TagClassName
{
border-color: #1C774D;
}
</style>