Shades of Salem #1C883D
Tints of Salem #1C883D
RGB
CMYK
RGB Variations
Color information
#1C883D (or 0x1C883D) is known color: Salem. HEX triplet: 1C, 88 and 3D. RGB value is (28,136,61). Sum of RGB (Red+Green+Blue) = 28+136+61=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #1C883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C883D is #E377C2. Grayscale: #5F5F5F. Windows color (decimal): -14907331 or 4032540. OLE color: 4032540.
HSL color Cylindrical-coordinate representation of color #1C883D: hue angle of 138.33º 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 #1C883D is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 136 | 61 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.47 |
| HSL | 138.33º | 0.66% | 0.32% | - |
| HSV(B) | 138.33º | 0.79% | 0.53% | - |
| XYZ | 10.13 | 18.19 | 7.39 | - |
| YUV | 95.16 | 108.72 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 61 | 0.79 | 0 | 0.55 | 0.47 | 138.33 | 0.66 | 0.32 |
| Hex | 1C | 88 | 3D | 4F | 0 | 37 | 2F | 8A | 42 | 20 |
| Octal | 34 | 210 | 75 | 117 | 0 | 67 | 57 | 212 | 102 | 40 |
| Binary | 11100 | 10001000 | 111101 | 1001111 | 0 | 110111 | 101111 | 10001010 | 1000010 | 100000 |
Color Harmonies of #1C883D
Complementary color
Monochromatic Colors of #1C883D
Black with #1C883D
Text Example
Text Example
White with #1C883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C883D; }
p { color: rgb(28,136,61); }
H1.HeaderClassName
{
color: #1C883D;
}
.AnyTagClassName
{
color: #1C883D;
}
</style>
background-color css
<style>
a { background-color: #1C883D; }
a { background-color: rgb(28,136,61); }
div.DivClassName
{
background-color: #1C883D;
}
.BgClassName
{
background-color: #1C883D;
}
</style>
border-color css
<style>
span { border-color: #1C883D; }
span { border-color: rgb(28,136,61); }
td.TdClassName
{
border-color: #1C883D;
}
.TagClassName
{
border-color: #1C883D;
}
</style>