Shades of Salem #0C8447
Tints of Salem #0C8447
RGB
CMYK
RGB Variations
Color information
#0C8447 (or 0x0C8447) is known color: Salem. HEX triplet: 0C, 84 and 47. RGB value is (12,132,71). Sum of RGB (Red+Green+Blue) = 12+132+71=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8447 is #F37BB8. Grayscale: #595959. Windows color (decimal): -15956921 or 4686860. OLE color: 4686860.
HSL color Cylindrical-coordinate representation of color #0C8447: hue angle of 149.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8447 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 71 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.48 |
| HSL | 149.5º | 0.83% | 0.28% | - |
| HSV(B) | 149.5º | 0.91% | 0.52% | - |
| XYZ | 9.54 | 17.04 | 8.75 | - |
| YUV | 89.17 | 117.74 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 71 | 0.91 | 0 | 0.46 | 0.48 | 149.5 | 0.83 | 0.28 |
| Hex | C | 84 | 47 | 5B | 0 | 2E | 30 | 96 | 53 | 1C |
| Octal | 14 | 204 | 107 | 133 | 0 | 56 | 60 | 226 | 123 | 34 |
| Binary | 1100 | 10000100 | 1000111 | 1011011 | 0 | 101110 | 110000 | 10010110 | 1010011 | 11100 |
Color Harmonies of #0C8447
Complementary color
Monochromatic Colors of #0C8447
Black with #0C8447
Text Example
Text Example
White with #0C8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8447; }
p { color: rgb(12,132,71); }
H1.HeaderClassName
{
color: #0C8447;
}
.AnyTagClassName
{
color: #0C8447;
}
</style>
background-color css
<style>
a { background-color: #0C8447; }
a { background-color: rgb(12,132,71); }
div.DivClassName
{
background-color: #0C8447;
}
.BgClassName
{
background-color: #0C8447;
}
</style>
border-color css
<style>
span { border-color: #0C8447; }
span { border-color: rgb(12,132,71); }
td.TdClassName
{
border-color: #0C8447;
}
.TagClassName
{
border-color: #0C8447;
}
</style>