Shades of Salem #1C893C
Tints of Salem #1C893C
RGB
CMYK
RGB Variations
Color information
#1C893C (or 0x1C893C) is known color: Salem. HEX triplet: 1C, 89 and 3C. RGB value is (28,137,60). Sum of RGB (Red+Green+Blue) = 28+137+60=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #1C893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C893C is #E376C3. Grayscale: #5F5F5F. Windows color (decimal): -14907076 or 3967260. OLE color: 3967260.
HSL color Cylindrical-coordinate representation of color #1C893C: hue angle of 137.61º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C893C is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 137 | 60 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.46 |
| HSL | 137.61º | 0.66% | 0.32% | - |
| HSV(B) | 137.61º | 0.8% | 0.54% | - |
| XYZ | 10.24 | 18.46 | 7.3 | - |
| YUV | 95.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 137 | 60 | 0.80 | 0 | 0.56 | 0.46 | 137.61 | 0.66 | 0.32 |
| Hex | 1C | 89 | 3C | 50 | 0 | 38 | 2E | 8A | 42 | 20 |
| Octal | 34 | 211 | 74 | 120 | 0 | 70 | 56 | 212 | 102 | 40 |
| Binary | 11100 | 10001001 | 111100 | 1010000 | 0 | 111000 | 101110 | 10001010 | 1000010 | 100000 |
Color Harmonies of #1C893C
Complementary color
Monochromatic Colors of #1C893C
Black with #1C893C
Text Example
Text Example
White with #1C893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C893C; }
p { color: rgb(28,137,60); }
H1.HeaderClassName
{
color: #1C893C;
}
.AnyTagClassName
{
color: #1C893C;
}
</style>
background-color css
<style>
a { background-color: #1C893C; }
a { background-color: rgb(28,137,60); }
div.DivClassName
{
background-color: #1C893C;
}
.BgClassName
{
background-color: #1C893C;
}
</style>
border-color css
<style>
span { border-color: #1C893C; }
span { border-color: rgb(28,137,60); }
td.TdClassName
{
border-color: #1C893C;
}
.TagClassName
{
border-color: #1C893C;
}
</style>