Shades of Salem #0C844B
Tints of Salem #0C844B
RGB
CMYK
RGB Variations
Color information
#0C844B (or 0x0C844B) is known color: Salem. HEX triplet: 0C, 84 and 4B. RGB value is (12,132,75). Sum of RGB (Red+Green+Blue) = 12+132+75=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #0C844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C844B is #F37BB4. Grayscale: #595959. Windows color (decimal): -15956917 or 4949004. OLE color: 4949004.
HSL color Cylindrical-coordinate representation of color #0C844B: hue angle of 151.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C844B is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 75 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.48 |
| HSL | 151.5º | 0.83% | 0.28% | - |
| HSV(B) | 151.5º | 0.91% | 0.52% | - |
| XYZ | 9.67 | 17.09 | 9.45 | - |
| YUV | 89.62 | 119.74 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 75 | 0.91 | 0 | 0.43 | 0.48 | 151.5 | 0.83 | 0.28 |
| Hex | C | 84 | 4B | 5B | 0 | 2B | 30 | 98 | 53 | 1C |
| Octal | 14 | 204 | 113 | 133 | 0 | 53 | 60 | 230 | 123 | 34 |
| Binary | 1100 | 10000100 | 1001011 | 1011011 | 0 | 101011 | 110000 | 10011000 | 1010011 | 11100 |
Color Harmonies of #0C844B
Complementary color
Monochromatic Colors of #0C844B
Black with #0C844B
Text Example
Text Example
White with #0C844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C844B; }
p { color: rgb(12,132,75); }
H1.HeaderClassName
{
color: #0C844B;
}
.AnyTagClassName
{
color: #0C844B;
}
</style>
background-color css
<style>
a { background-color: #0C844B; }
a { background-color: rgb(12,132,75); }
div.DivClassName
{
background-color: #0C844B;
}
.BgClassName
{
background-color: #0C844B;
}
</style>
border-color css
<style>
span { border-color: #0C844B; }
span { border-color: rgb(12,132,75); }
td.TdClassName
{
border-color: #0C844B;
}
.TagClassName
{
border-color: #0C844B;
}
</style>