Shades of Salem #0C9047
Tints of Salem #0C9047
RGB
CMYK
RGB Variations
Color information
#0C9047 (or 0x0C9047) is known color: Salem. HEX triplet: 0C, 90 and 47. RGB value is (12,144,71). Sum of RGB (Red+Green+Blue) = 12+144+71=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 144 (56.64% from 255 or 63.44% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9047 is #F36FB8. Grayscale: #606060. Windows color (decimal): -15953849 or 4689932. OLE color: 4689932.
HSL color Cylindrical-coordinate representation of color #0C9047: hue angle of 146.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9047 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 71 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.44 |
| HSL | 146.82º | 0.85% | 0.31% | - |
| HSV(B) | 146.82º | 0.92% | 0.56% | - |
| XYZ | 11.26 | 20.48 | 9.32 | - |
| YUV | 96.21 | 113.77 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 71 | 0.92 | 0 | 0.51 | 0.44 | 146.82 | 0.85 | 0.31 |
| Hex | C | 90 | 47 | 5C | 0 | 33 | 2C | 93 | 55 | 1F |
| Octal | 14 | 220 | 107 | 134 | 0 | 63 | 54 | 223 | 125 | 37 |
| Binary | 1100 | 10010000 | 1000111 | 1011100 | 0 | 110011 | 101100 | 10010011 | 1010101 | 11111 |
Color Harmonies of #0C9047
Complementary color
Monochromatic Colors of #0C9047
Black with #0C9047
Text Example
Text Example
White with #0C9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9047; }
p { color: rgb(12,144,71); }
H1.HeaderClassName
{
color: #0C9047;
}
.AnyTagClassName
{
color: #0C9047;
}
</style>
background-color css
<style>
a { background-color: #0C9047; }
a { background-color: rgb(12,144,71); }
div.DivClassName
{
background-color: #0C9047;
}
.BgClassName
{
background-color: #0C9047;
}
</style>
border-color css
<style>
span { border-color: #0C9047; }
span { border-color: rgb(12,144,71); }
td.TdClassName
{
border-color: #0C9047;
}
.TagClassName
{
border-color: #0C9047;
}
</style>