Shades of Salem #0C8343
Tints of Salem #0C8343
RGB
CMYK
RGB Variations
Color information
#0C8343 (or 0x0C8343) is known color: Salem. HEX triplet: 0C, 83 and 43. RGB value is (12,131,67). Sum of RGB (Red+Green+Blue) = 12+131+67=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #0C8343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8343 is #F37CBC. Grayscale: #585858. Windows color (decimal): -15957181 or 4424460. OLE color: 4424460.
HSL color Cylindrical-coordinate representation of color #0C8343: hue angle of 147.73º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8343 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 131 | 67 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.49 |
| HSL | 147.73º | 0.83% | 0.28% | - |
| HSV(B) | 147.73º | 0.91% | 0.51% | - |
| XYZ | 9.28 | 16.72 | 8.05 | - |
| YUV | 88.12 | 116.08 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 131 | 67 | 0.91 | 0 | 0.49 | 0.49 | 147.73 | 0.83 | 0.28 |
| Hex | C | 83 | 43 | 5B | 0 | 31 | 31 | 94 | 53 | 1C |
| Octal | 14 | 203 | 103 | 133 | 0 | 61 | 61 | 224 | 123 | 34 |
| Binary | 1100 | 10000011 | 1000011 | 1011011 | 0 | 110001 | 110001 | 10010100 | 1010011 | 11100 |
Color Harmonies of #0C8343
Complementary color
Monochromatic Colors of #0C8343
Black with #0C8343
Text Example
Text Example
White with #0C8343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8343; }
p { color: rgb(12,131,67); }
H1.HeaderClassName
{
color: #0C8343;
}
.AnyTagClassName
{
color: #0C8343;
}
</style>
background-color css
<style>
a { background-color: #0C8343; }
a { background-color: rgb(12,131,67); }
div.DivClassName
{
background-color: #0C8343;
}
.BgClassName
{
background-color: #0C8343;
}
</style>
border-color css
<style>
span { border-color: #0C8343; }
span { border-color: rgb(12,131,67); }
td.TdClassName
{
border-color: #0C8343;
}
.TagClassName
{
border-color: #0C8343;
}
</style>