Shades of Salem #1C864E
Tints of Salem #1C864E
RGB
CMYK
RGB Variations
Color information
#1C864E (or 0x1C864E) is known color: Salem. HEX triplet: 1C, 86 and 4E. RGB value is (28,134,78). Sum of RGB (Red+Green+Blue) = 28+134+78=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #1C864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C864E is #E379B1. Grayscale: #606060. Windows color (decimal): -14907826 or 5146140. OLE color: 5146140.
HSL color Cylindrical-coordinate representation of color #1C864E: hue angle of 148.3º degrees, saturation: 0.65, 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 #1C864E is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 134 | 78 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.47 |
| HSL | 148.3º | 0.65% | 0.32% | - |
| HSV(B) | 148.3º | 0.79% | 0.53% | - |
| XYZ | 10.38 | 17.85 | 10.11 | - |
| YUV | 95.92 | 117.88 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 134 | 78 | 0.79 | 0 | 0.42 | 0.47 | 148.3 | 0.65 | 0.32 |
| Hex | 1C | 86 | 4E | 4F | 0 | 2A | 2F | 94 | 41 | 20 |
| Octal | 34 | 206 | 116 | 117 | 0 | 52 | 57 | 224 | 101 | 40 |
| Binary | 11100 | 10000110 | 1001110 | 1001111 | 0 | 101010 | 101111 | 10010100 | 1000001 | 100000 |
Color Harmonies of #1C864E
Complementary color
Monochromatic Colors of #1C864E
Black with #1C864E
Text Example
Text Example
White with #1C864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C864E; }
p { color: rgb(28,134,78); }
H1.HeaderClassName
{
color: #1C864E;
}
.AnyTagClassName
{
color: #1C864E;
}
</style>
background-color css
<style>
a { background-color: #1C864E; }
a { background-color: rgb(28,134,78); }
div.DivClassName
{
background-color: #1C864E;
}
.BgClassName
{
background-color: #1C864E;
}
</style>
border-color css
<style>
span { border-color: #1C864E; }
span { border-color: rgb(28,134,78); }
td.TdClassName
{
border-color: #1C864E;
}
.TagClassName
{
border-color: #1C864E;
}
</style>