Shades of Salem #0C8045
Tints of Salem #0C8045
RGB
CMYK
RGB Variations
Color information
#0C8045 (or 0x0C8045) is known color: Salem. HEX triplet: 0C, 80 and 45. RGB value is (12,128,69). Sum of RGB (Red+Green+Blue) = 12+128+69=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #0C8045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8045 is #F37FBA. Grayscale: #565656. Windows color (decimal): -15957947 or 4554764. OLE color: 4554764.
HSL color Cylindrical-coordinate representation of color #0C8045: hue angle of 149.48º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8045 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 69 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.50 |
| HSL | 149.48º | 0.83% | 0.27% | - |
| HSV(B) | 149.48º | 0.91% | 0.5% | - |
| XYZ | 8.94 | 15.95 | 8.24 | - |
| YUV | 86.59 | 118.07 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 69 | 0.91 | 0 | 0.46 | 0.50 | 149.48 | 0.83 | 0.27 |
| Hex | C | 80 | 45 | 5B | 0 | 2E | 32 | 95 | 53 | 1B |
| Octal | 14 | 200 | 105 | 133 | 0 | 56 | 62 | 225 | 123 | 33 |
| Binary | 1100 | 10000000 | 1000101 | 1011011 | 0 | 101110 | 110010 | 10010101 | 1010011 | 11011 |
Color Harmonies of #0C8045
Complementary color
Monochromatic Colors of #0C8045
Black with #0C8045
Text Example
Text Example
White with #0C8045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8045; }
p { color: rgb(12,128,69); }
H1.HeaderClassName
{
color: #0C8045;
}
.AnyTagClassName
{
color: #0C8045;
}
</style>
background-color css
<style>
a { background-color: #0C8045; }
a { background-color: rgb(12,128,69); }
div.DivClassName
{
background-color: #0C8045;
}
.BgClassName
{
background-color: #0C8045;
}
</style>
border-color css
<style>
span { border-color: #0C8045; }
span { border-color: rgb(12,128,69); }
td.TdClassName
{
border-color: #0C8045;
}
.TagClassName
{
border-color: #0C8045;
}
</style>