Shades of Salem #1C863E
Tints of Salem #1C863E
RGB
CMYK
RGB Variations
Color information
#1C863E (or 0x1C863E) is known color: Salem. HEX triplet: 1C, 86 and 3E. RGB value is (28,134,62). Sum of RGB (Red+Green+Blue) = 28+134+62=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #1C863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C863E is #E379C1. Grayscale: #5E5E5E. Windows color (decimal): -14907842 or 4097564. OLE color: 4097564.
HSL color Cylindrical-coordinate representation of color #1C863E: hue angle of 139.25º 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 #1C863E is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 134 | 62 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.47 |
| HSL | 139.25º | 0.65% | 0.32% | - |
| HSV(B) | 139.25º | 0.79% | 0.53% | - |
| XYZ | 9.87 | 17.64 | 7.44 | - |
| YUV | 94.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 134 | 62 | 0.79 | 0 | 0.54 | 0.47 | 139.25 | 0.65 | 0.32 |
| Hex | 1C | 86 | 3E | 4F | 0 | 36 | 2F | 8B | 41 | 20 |
| Octal | 34 | 206 | 76 | 117 | 0 | 66 | 57 | 213 | 101 | 40 |
| Binary | 11100 | 10000110 | 111110 | 1001111 | 0 | 110110 | 101111 | 10001011 | 1000001 | 100000 |
Color Harmonies of #1C863E
Complementary color
Monochromatic Colors of #1C863E
Black with #1C863E
Text Example
Text Example
White with #1C863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C863E; }
p { color: rgb(28,134,62); }
H1.HeaderClassName
{
color: #1C863E;
}
.AnyTagClassName
{
color: #1C863E;
}
</style>
background-color css
<style>
a { background-color: #1C863E; }
a { background-color: rgb(28,134,62); }
div.DivClassName
{
background-color: #1C863E;
}
.BgClassName
{
background-color: #1C863E;
}
</style>
border-color css
<style>
span { border-color: #1C863E; }
span { border-color: rgb(28,134,62); }
td.TdClassName
{
border-color: #1C863E;
}
.TagClassName
{
border-color: #1C863E;
}
</style>