Shades of Salem #1C8744
Tints of Salem #1C8744
RGB
CMYK
RGB Variations
Color information
#1C8744 (or 0x1C8744) is known color: Salem. HEX triplet: 1C, 87 and 44. RGB value is (28,135,68). Sum of RGB (Red+Green+Blue) = 28+135+68=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8744 is #E378BB. Grayscale: #5F5F5F. Windows color (decimal): -14907580 or 4491036. OLE color: 4491036.
HSL color Cylindrical-coordinate representation of color #1C8744: hue angle of 142.43º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8744 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 68 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.47 |
| HSL | 142.43º | 0.66% | 0.32% | - |
| HSV(B) | 142.43º | 0.79% | 0.53% | - |
| XYZ | 10.19 | 17.99 | 8.4 | - |
| YUV | 95.37 | 112.55 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 68 | 0.79 | 0 | 0.50 | 0.47 | 142.43 | 0.66 | 0.32 |
| Hex | 1C | 87 | 44 | 4F | 0 | 32 | 2F | 8E | 42 | 20 |
| Octal | 34 | 207 | 104 | 117 | 0 | 62 | 57 | 216 | 102 | 40 |
| Binary | 11100 | 10000111 | 1000100 | 1001111 | 0 | 110010 | 101111 | 10001110 | 1000010 | 100000 |
Color Harmonies of #1C8744
Complementary color
Monochromatic Colors of #1C8744
Black with #1C8744
Text Example
Text Example
White with #1C8744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8744; }
p { color: rgb(28,135,68); }
H1.HeaderClassName
{
color: #1C8744;
}
.AnyTagClassName
{
color: #1C8744;
}
</style>
background-color css
<style>
a { background-color: #1C8744; }
a { background-color: rgb(28,135,68); }
div.DivClassName
{
background-color: #1C8744;
}
.BgClassName
{
background-color: #1C8744;
}
</style>
border-color css
<style>
span { border-color: #1C8744; }
span { border-color: rgb(28,135,68); }
td.TdClassName
{
border-color: #1C8744;
}
.TagClassName
{
border-color: #1C8744;
}
</style>