Shades of Salem #1C724E
Tints of Salem #1C724E
RGB
CMYK
RGB Variations
Color information
#1C724E (or 0x1C724E) is known color: Salem. HEX triplet: 1C, 72 and 4E. RGB value is (28,114,78). Sum of RGB (Red+Green+Blue) = 28+114+78=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #1C724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C724E is #E38DB1. Grayscale: #545454. Windows color (decimal): -14912946 or 5141020. OLE color: 5141020.
HSL color Cylindrical-coordinate representation of color #1C724E: hue angle of 154.88º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C724E is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 78 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.55 |
| HSL | 154.88º | 0.61% | 0.28% | - |
| HSV(B) | 154.88º | 0.75% | 0.45% | - |
| XYZ | 7.87 | 12.83 | 9.27 | - |
| YUV | 84.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 78 | 0.75 | 0 | 0.32 | 0.55 | 154.88 | 0.61 | 0.28 |
| Hex | 1C | 72 | 4E | 4B | 0 | 20 | 37 | 9B | 3D | 1C |
| Octal | 34 | 162 | 116 | 113 | 0 | 40 | 67 | 233 | 75 | 34 |
| Binary | 11100 | 1110010 | 1001110 | 1001011 | 0 | 100000 | 110111 | 10011011 | 111101 | 11100 |
Color Harmonies of #1C724E
Complementary color
Monochromatic Colors of #1C724E
Black with #1C724E
Text Example
Text Example
White with #1C724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C724E; }
p { color: rgb(28,114,78); }
H1.HeaderClassName
{
color: #1C724E;
}
.AnyTagClassName
{
color: #1C724E;
}
</style>
background-color css
<style>
a { background-color: #1C724E; }
a { background-color: rgb(28,114,78); }
div.DivClassName
{
background-color: #1C724E;
}
.BgClassName
{
background-color: #1C724E;
}
</style>
border-color css
<style>
span { border-color: #1C724E; }
span { border-color: rgb(28,114,78); }
td.TdClassName
{
border-color: #1C724E;
}
.TagClassName
{
border-color: #1C724E;
}
</style>