Shades of Salem #0C8B50
Tints of Salem #0C8B50
RGB
CMYK
RGB Variations
Color information
#0C8B50 (or 0x0C8B50) is known color: Salem. HEX triplet: 0C, 8B and 50. RGB value is (12,139,80). Sum of RGB (Red+Green+Blue) = 12+139+80=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B50 is #F374AF. Grayscale: #5E5E5E. Windows color (decimal): -15955120 or 5278476. OLE color: 5278476.
HSL color Cylindrical-coordinate representation of color #0C8B50: hue angle of 152.13º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B50 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 139 | 80 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.45 |
| HSL | 152.13º | 0.84% | 0.3% | - |
| HSV(B) | 152.13º | 0.91% | 0.55% | - |
| XYZ | 10.83 | 19.12 | 10.71 | - |
| YUV | 94.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 80 | 0.91 | 0 | 0.42 | 0.45 | 152.13 | 0.84 | 0.3 |
| Hex | C | 8B | 50 | 5B | 0 | 2A | 2D | 98 | 54 | 1E |
| Octal | 14 | 213 | 120 | 133 | 0 | 52 | 55 | 230 | 124 | 36 |
| Binary | 1100 | 10001011 | 1010000 | 1011011 | 0 | 101010 | 101101 | 10011000 | 1010100 | 11110 |
Color Harmonies of #0C8B50
Complementary color
Monochromatic Colors of #0C8B50
Black with #0C8B50
Text Example
Text Example
White with #0C8B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8B50; }
p { color: rgb(12,139,80); }
H1.HeaderClassName
{
color: #0C8B50;
}
.AnyTagClassName
{
color: #0C8B50;
}
</style>
background-color css
<style>
a { background-color: #0C8B50; }
a { background-color: rgb(12,139,80); }
div.DivClassName
{
background-color: #0C8B50;
}
.BgClassName
{
background-color: #0C8B50;
}
</style>
border-color css
<style>
span { border-color: #0C8B50; }
span { border-color: rgb(12,139,80); }
td.TdClassName
{
border-color: #0C8B50;
}
.TagClassName
{
border-color: #0C8B50;
}
</style>