Shades of Salem #1C724F
Tints of Salem #1C724F
RGB
CMYK
RGB Variations
Color information
#1C724F (or 0x1C724F) is known color: Salem. HEX triplet: 1C, 72 and 4F. RGB value is (28,114,79). Sum of RGB (Red+Green+Blue) = 28+114+79=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #1C724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C724F is #E38DB0. Grayscale: #545454. Windows color (decimal): -14912945 or 5206556. OLE color: 5206556.
HSL color Cylindrical-coordinate representation of color #1C724F: hue angle of 155.58º 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 #1C724F is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 79 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.55 |
| HSL | 155.58º | 0.61% | 0.28% | - |
| HSV(B) | 155.58º | 0.75% | 0.45% | - |
| XYZ | 7.91 | 12.85 | 9.46 | - |
| YUV | 84.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 79 | 0.75 | 0 | 0.31 | 0.55 | 155.58 | 0.61 | 0.28 |
| Hex | 1C | 72 | 4F | 4B | 0 | 1F | 37 | 9C | 3D | 1C |
| Octal | 34 | 162 | 117 | 113 | 0 | 37 | 67 | 234 | 75 | 34 |
| Binary | 11100 | 1110010 | 1001111 | 1001011 | 0 | 11111 | 110111 | 10011100 | 111101 | 11100 |
Color Harmonies of #1C724F
Complementary color
Monochromatic Colors of #1C724F
Black with #1C724F
Text Example
Text Example
White with #1C724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C724F; }
p { color: rgb(28,114,79); }
H1.HeaderClassName
{
color: #1C724F;
}
.AnyTagClassName
{
color: #1C724F;
}
</style>
background-color css
<style>
a { background-color: #1C724F; }
a { background-color: rgb(28,114,79); }
div.DivClassName
{
background-color: #1C724F;
}
.BgClassName
{
background-color: #1C724F;
}
</style>
border-color css
<style>
span { border-color: #1C724F; }
span { border-color: rgb(28,114,79); }
td.TdClassName
{
border-color: #1C724F;
}
.TagClassName
{
border-color: #1C724F;
}
</style>