Shades of Salem #0C7952
Tints of Salem #0C7952
RGB
CMYK
RGB Variations
Color information
#0C7952 (or 0x0C7952) is known color: Salem. HEX triplet: 0C, 79 and 52. RGB value is (12,121,82). Sum of RGB (Red+Green+Blue) = 12+121+82=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #0C7952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7952 is #F386AD. Grayscale: #545454. Windows color (decimal): -15959726 or 5404940. OLE color: 5404940.
HSL color Cylindrical-coordinate representation of color #0C7952: hue angle of 158.53º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7952 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 121 | 82 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.53 |
| HSL | 158.53º | 0.82% | 0.26% | - |
| HSV(B) | 158.53º | 0.9% | 0.47% | - |
| XYZ | 8.51 | 14.36 | 10.31 | - |
| YUV | 83.96 | 126.89 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 121 | 82 | 0.90 | 0 | 0.32 | 0.53 | 158.53 | 0.82 | 0.26 |
| Hex | C | 79 | 52 | 5A | 0 | 20 | 35 | 9F | 52 | 1A |
| Octal | 14 | 171 | 122 | 132 | 0 | 40 | 65 | 237 | 122 | 32 |
| Binary | 1100 | 1111001 | 1010010 | 1011010 | 0 | 100000 | 110101 | 10011111 | 1010010 | 11010 |
Color Harmonies of #0C7952
Complementary color
Monochromatic Colors of #0C7952
Black with #0C7952
Text Example
Text Example
White with #0C7952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7952; }
p { color: rgb(12,121,82); }
H1.HeaderClassName
{
color: #0C7952;
}
.AnyTagClassName
{
color: #0C7952;
}
</style>
background-color css
<style>
a { background-color: #0C7952; }
a { background-color: rgb(12,121,82); }
div.DivClassName
{
background-color: #0C7952;
}
.BgClassName
{
background-color: #0C7952;
}
</style>
border-color css
<style>
span { border-color: #0C7952; }
span { border-color: rgb(12,121,82); }
td.TdClassName
{
border-color: #0C7952;
}
.TagClassName
{
border-color: #0C7952;
}
</style>