Shades of Salem #0C8558
Tints of Salem #0C8558
RGB
CMYK
RGB Variations
Color information
#0C8558 (or 0x0C8558) is known color: Salem. HEX triplet: 0C, 85 and 58. RGB value is (12,133,88). Sum of RGB (Red+Green+Blue) = 12+133+88=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #0C8558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8558 is #F37AA7. Grayscale: #5B5B5B. Windows color (decimal): -15956648 or 5801228. OLE color: 5801228.
HSL color Cylindrical-coordinate representation of color #0C8558: hue angle of 157.69º 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 #0C8558 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 133 | 88 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.48 |
| HSL | 157.69º | 0.83% | 0.28% | - |
| HSV(B) | 157.69º | 0.91% | 0.52% | - |
| XYZ | 10.3 | 17.56 | 12.08 | - |
| YUV | 91.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 88 | 0.91 | 0 | 0.34 | 0.48 | 157.69 | 0.83 | 0.28 |
| Hex | C | 85 | 58 | 5B | 0 | 22 | 30 | 9E | 53 | 1C |
| Octal | 14 | 205 | 130 | 133 | 0 | 42 | 60 | 236 | 123 | 34 |
| Binary | 1100 | 10000101 | 1011000 | 1011011 | 0 | 100010 | 110000 | 10011110 | 1010011 | 11100 |
Color Harmonies of #0C8558
Complementary color
Monochromatic Colors of #0C8558
Black with #0C8558
Text Example
Text Example
White with #0C8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8558; }
p { color: rgb(12,133,88); }
H1.HeaderClassName
{
color: #0C8558;
}
.AnyTagClassName
{
color: #0C8558;
}
</style>
background-color css
<style>
a { background-color: #0C8558; }
a { background-color: rgb(12,133,88); }
div.DivClassName
{
background-color: #0C8558;
}
.BgClassName
{
background-color: #0C8558;
}
</style>
border-color css
<style>
span { border-color: #0C8558; }
span { border-color: rgb(12,133,88); }
td.TdClassName
{
border-color: #0C8558;
}
.TagClassName
{
border-color: #0C8558;
}
</style>