Shades of Salem #0C804E
Tints of Salem #0C804E
RGB
CMYK
RGB Variations
Color information
#0C804E (or 0x0C804E) is known color: Salem. HEX triplet: 0C, 80 and 4E. RGB value is (12,128,78). Sum of RGB (Red+Green+Blue) = 12+128+78=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #0C804E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C804E is #F37FB1. Grayscale: #575757. Windows color (decimal): -15957938 or 5144588. OLE color: 5144588.
HSL color Cylindrical-coordinate representation of color #0C804E: hue angle of 154.14º 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 #0C804E is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 78 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.50 |
| HSL | 154.14º | 0.83% | 0.27% | - |
| HSV(B) | 154.14º | 0.91% | 0.5% | - |
| XYZ | 9.25 | 16.07 | 9.82 | - |
| YUV | 87.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 78 | 0.91 | 0 | 0.39 | 0.50 | 154.14 | 0.83 | 0.27 |
| Hex | C | 80 | 4E | 5B | 0 | 27 | 32 | 9A | 53 | 1B |
| Octal | 14 | 200 | 116 | 133 | 0 | 47 | 62 | 232 | 123 | 33 |
| Binary | 1100 | 10000000 | 1001110 | 1011011 | 0 | 100111 | 110010 | 10011010 | 1010011 | 11011 |
Color Harmonies of #0C804E
Complementary color
Monochromatic Colors of #0C804E
Black with #0C804E
Text Example
Text Example
White with #0C804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C804E; }
p { color: rgb(12,128,78); }
H1.HeaderClassName
{
color: #0C804E;
}
.AnyTagClassName
{
color: #0C804E;
}
</style>
background-color css
<style>
a { background-color: #0C804E; }
a { background-color: rgb(12,128,78); }
div.DivClassName
{
background-color: #0C804E;
}
.BgClassName
{
background-color: #0C804E;
}
</style>
border-color css
<style>
span { border-color: #0C804E; }
span { border-color: rgb(12,128,78); }
td.TdClassName
{
border-color: #0C804E;
}
.TagClassName
{
border-color: #0C804E;
}
</style>