Shades of Salem #0C8E47
Tints of Salem #0C8E47
RGB
CMYK
RGB Variations
Color information
#0C8E47 (or 0x0C8E47) is known color: Salem. HEX triplet: 0C, 8E and 47. RGB value is (12,142,71). Sum of RGB (Red+Green+Blue) = 12+142+71=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8E47 is #F371B8. Grayscale: #5F5F5F. Windows color (decimal): -15954361 or 4689420. OLE color: 4689420.
HSL color Cylindrical-coordinate representation of color #0C8E47: hue angle of 147.23º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8E47 is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 142 | 71 | - |
| CMYK | 0.92 | 0 | 0.5 | 0.44 |
| HSL | 147.23º | 0.84% | 0.3% | - |
| HSV(B) | 147.23º | 0.92% | 0.56% | - |
| XYZ | 10.96 | 19.88 | 9.22 | - |
| YUV | 95.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 71 | 0.92 | 0 | 0.5 | 0.44 | 147.23 | 0.84 | 0.3 |
| Hex | C | 8E | 47 | 5C | 0 | 32 | 2C | 93 | 54 | 1E |
| Octal | 14 | 216 | 107 | 134 | 0 | 62 | 54 | 223 | 124 | 36 |
| Binary | 1100 | 10001110 | 1000111 | 1011100 | 0 | 110010 | 101100 | 10010011 | 1010100 | 11110 |
Color Harmonies of #0C8E47
Complementary color
Monochromatic Colors of #0C8E47
Black with #0C8E47
Text Example
Text Example
White with #0C8E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8E47; }
p { color: rgb(12,142,71); }
H1.HeaderClassName
{
color: #0C8E47;
}
.AnyTagClassName
{
color: #0C8E47;
}
</style>
background-color css
<style>
a { background-color: #0C8E47; }
a { background-color: rgb(12,142,71); }
div.DivClassName
{
background-color: #0C8E47;
}
.BgClassName
{
background-color: #0C8E47;
}
</style>
border-color css
<style>
span { border-color: #0C8E47; }
span { border-color: rgb(12,142,71); }
td.TdClassName
{
border-color: #0C8E47;
}
.TagClassName
{
border-color: #0C8E47;
}
</style>