Shades of Salem #1C734D
Tints of Salem #1C734D
RGB
CMYK
RGB Variations
Color information
#1C734D (or 0x1C734D) is known color: Salem. HEX triplet: 1C, 73 and 4D. RGB value is (28,115,77). Sum of RGB (Red+Green+Blue) = 28+115+77=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #1C734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C734D is #E38CB2. Grayscale: #545454. Windows color (decimal): -14912691 or 5075740. OLE color: 5075740.
HSL color Cylindrical-coordinate representation of color #1C734D: hue angle of 153.79º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C734D is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 77 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.55 |
| HSL | 153.79º | 0.61% | 0.28% | - |
| HSV(B) | 153.79º | 0.76% | 0.45% | - |
| XYZ | 7.95 | 13.04 | 9.12 | - |
| YUV | 84.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 77 | 0.76 | 0 | 0.33 | 0.55 | 153.79 | 0.61 | 0.28 |
| Hex | 1C | 73 | 4D | 4C | 0 | 21 | 37 | 9A | 3D | 1C |
| Octal | 34 | 163 | 115 | 114 | 0 | 41 | 67 | 232 | 75 | 34 |
| Binary | 11100 | 1110011 | 1001101 | 1001100 | 0 | 100001 | 110111 | 10011010 | 111101 | 11100 |
Color Harmonies of #1C734D
Complementary color
Monochromatic Colors of #1C734D
Black with #1C734D
Text Example
Text Example
White with #1C734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C734D; }
p { color: rgb(28,115,77); }
H1.HeaderClassName
{
color: #1C734D;
}
.AnyTagClassName
{
color: #1C734D;
}
</style>
background-color css
<style>
a { background-color: #1C734D; }
a { background-color: rgb(28,115,77); }
div.DivClassName
{
background-color: #1C734D;
}
.BgClassName
{
background-color: #1C734D;
}
</style>
border-color css
<style>
span { border-color: #1C734D; }
span { border-color: rgb(28,115,77); }
td.TdClassName
{
border-color: #1C734D;
}
.TagClassName
{
border-color: #1C734D;
}
</style>