Shades of Salem #0C804D
Tints of Salem #0C804D
RGB
CMYK
RGB Variations
Color information
#0C804D (or 0x0C804D) is known color: Salem. HEX triplet: 0C, 80 and 4D. RGB value is (12,128,77). Sum of RGB (Red+Green+Blue) = 12+128+77=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #0C804D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C804D is #F37FB2. Grayscale: #575757. Windows color (decimal): -15957939 or 5079052. OLE color: 5079052.
HSL color Cylindrical-coordinate representation of color #0C804D: hue angle of 153.62º 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 #0C804D is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 77 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.50 |
| HSL | 153.62º | 0.83% | 0.27% | - |
| HSV(B) | 153.62º | 0.91% | 0.5% | - |
| XYZ | 9.21 | 16.05 | 9.63 | - |
| YUV | 87.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 77 | 0.91 | 0 | 0.40 | 0.50 | 153.62 | 0.83 | 0.27 |
| Hex | C | 80 | 4D | 5B | 0 | 28 | 32 | 9A | 53 | 1B |
| Octal | 14 | 200 | 115 | 133 | 0 | 50 | 62 | 232 | 123 | 33 |
| Binary | 1100 | 10000000 | 1001101 | 1011011 | 0 | 101000 | 110010 | 10011010 | 1010011 | 11011 |
Color Harmonies of #0C804D
Complementary color
Monochromatic Colors of #0C804D
Black with #0C804D
Text Example
Text Example
White with #0C804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C804D; }
p { color: rgb(12,128,77); }
H1.HeaderClassName
{
color: #0C804D;
}
.AnyTagClassName
{
color: #0C804D;
}
</style>
background-color css
<style>
a { background-color: #0C804D; }
a { background-color: rgb(12,128,77); }
div.DivClassName
{
background-color: #0C804D;
}
.BgClassName
{
background-color: #0C804D;
}
</style>
border-color css
<style>
span { border-color: #0C804D; }
span { border-color: rgb(12,128,77); }
td.TdClassName
{
border-color: #0C804D;
}
.TagClassName
{
border-color: #0C804D;
}
</style>