Shades of Salem #1C774A
Tints of Salem #1C774A
RGB
CMYK
RGB Variations
Color information
#1C774A (or 0x1C774A) is known color: Salem. HEX triplet: 1C, 77 and 4A. RGB value is (28,119,74). Sum of RGB (Red+Green+Blue) = 28+119+74=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #1C774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C774A is #E388B5. Grayscale: #565656. Windows color (decimal): -14911670 or 4880156. OLE color: 4880156.
HSL color Cylindrical-coordinate representation of color #1C774A: hue angle of 150.33º 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 #1C774A is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 119 | 74 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.53 |
| HSL | 150.33º | 0.62% | 0.29% | - |
| HSV(B) | 150.33º | 0.76% | 0.47% | - |
| XYZ | 8.31 | 13.93 | 8.73 | - |
| YUV | 86.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 74 | 0.76 | 0 | 0.38 | 0.53 | 150.33 | 0.62 | 0.29 |
| Hex | 1C | 77 | 4A | 4C | 0 | 26 | 35 | 96 | 3E | 1D |
| Octal | 34 | 167 | 112 | 114 | 0 | 46 | 65 | 226 | 76 | 35 |
| Binary | 11100 | 1110111 | 1001010 | 1001100 | 0 | 100110 | 110101 | 10010110 | 111110 | 11101 |
Color Harmonies of #1C774A
Complementary color
Monochromatic Colors of #1C774A
Black with #1C774A
Text Example
Text Example
White with #1C774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C774A; }
p { color: rgb(28,119,74); }
H1.HeaderClassName
{
color: #1C774A;
}
.AnyTagClassName
{
color: #1C774A;
}
</style>
background-color css
<style>
a { background-color: #1C774A; }
a { background-color: rgb(28,119,74); }
div.DivClassName
{
background-color: #1C774A;
}
.BgClassName
{
background-color: #1C774A;
}
</style>
border-color css
<style>
span { border-color: #1C774A; }
span { border-color: rgb(28,119,74); }
td.TdClassName
{
border-color: #1C774A;
}
.TagClassName
{
border-color: #1C774A;
}
</style>