Shades of Salem #0C8A52
Tints of Salem #0C8A52
RGB
CMYK
RGB Variations
Color information
#0C8A52 (or 0x0C8A52) is known color: Salem. HEX triplet: 0C, 8A and 52. RGB value is (12,138,82). Sum of RGB (Red+Green+Blue) = 12+138+82=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A52 is #F375AD. Grayscale: #5E5E5E. Windows color (decimal): -15955374 or 5409292. OLE color: 5409292.
HSL color Cylindrical-coordinate representation of color #0C8A52: hue angle of 153.33º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A52 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 82 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.46 |
| HSL | 153.33º | 0.84% | 0.29% | - |
| HSV(B) | 153.33º | 0.91% | 0.54% | - |
| XYZ | 10.76 | 18.86 | 11.06 | - |
| YUV | 93.94 | 121.26 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 82 | 0.91 | 0 | 0.41 | 0.46 | 153.33 | 0.84 | 0.29 |
| Hex | C | 8A | 52 | 5B | 0 | 29 | 2E | 99 | 54 | 1D |
| Octal | 14 | 212 | 122 | 133 | 0 | 51 | 56 | 231 | 124 | 35 |
| Binary | 1100 | 10001010 | 1010010 | 1011011 | 0 | 101001 | 101110 | 10011001 | 1010100 | 11101 |
Color Harmonies of #0C8A52
Complementary color
Monochromatic Colors of #0C8A52
Black with #0C8A52
Text Example
Text Example
White with #0C8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A52; }
p { color: rgb(12,138,82); }
H1.HeaderClassName
{
color: #0C8A52;
}
.AnyTagClassName
{
color: #0C8A52;
}
</style>
background-color css
<style>
a { background-color: #0C8A52; }
a { background-color: rgb(12,138,82); }
div.DivClassName
{
background-color: #0C8A52;
}
.BgClassName
{
background-color: #0C8A52;
}
</style>
border-color css
<style>
span { border-color: #0C8A52; }
span { border-color: rgb(12,138,82); }
td.TdClassName
{
border-color: #0C8A52;
}
.TagClassName
{
border-color: #0C8A52;
}
</style>