Shades of Salem #0C8443
Tints of Salem #0C8443
RGB
CMYK
RGB Variations
Color information
#0C8443 (or 0x0C8443) is known color: Salem. HEX triplet: 0C, 84 and 43. RGB value is (12,132,67). Sum of RGB (Red+Green+Blue) = 12+132+67=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8443 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8443 is #F37BBC. Grayscale: #585858. Windows color (decimal): -15956925 or 4424716. OLE color: 4424716.
HSL color Cylindrical-coordinate representation of color #0C8443: hue angle of 147.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 #0C8443 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 67 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.48 |
| HSL | 147.5º | 0.83% | 0.28% | - |
| HSV(B) | 147.5º | 0.91% | 0.52% | - |
| XYZ | 9.42 | 16.99 | 8.09 | - |
| YUV | 88.71 | 115.74 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 67 | 0.91 | 0 | 0.49 | 0.48 | 147.5 | 0.83 | 0.28 |
| Hex | C | 84 | 43 | 5B | 0 | 31 | 30 | 94 | 53 | 1C |
| Octal | 14 | 204 | 103 | 133 | 0 | 61 | 60 | 224 | 123 | 34 |
| Binary | 1100 | 10000100 | 1000011 | 1011011 | 0 | 110001 | 110000 | 10010100 | 1010011 | 11100 |
Color Harmonies of #0C8443
Complementary color
Monochromatic Colors of #0C8443
Black with #0C8443
Text Example
Text Example
White with #0C8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8443; }
p { color: rgb(12,132,67); }
H1.HeaderClassName
{
color: #0C8443;
}
.AnyTagClassName
{
color: #0C8443;
}
</style>
background-color css
<style>
a { background-color: #0C8443; }
a { background-color: rgb(12,132,67); }
div.DivClassName
{
background-color: #0C8443;
}
.BgClassName
{
background-color: #0C8443;
}
</style>
border-color css
<style>
span { border-color: #0C8443; }
span { border-color: rgb(12,132,67); }
td.TdClassName
{
border-color: #0C8443;
}
.TagClassName
{
border-color: #0C8443;
}
</style>