Shades of Salem #0C883D
Tints of Salem #0C883D
RGB
CMYK
RGB Variations
Color information
#0C883D (or 0x0C883D) is known color: Salem. HEX triplet: 0C, 88 and 3D. RGB value is (12,136,61). Sum of RGB (Red+Green+Blue) = 12+136+61=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #0C883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C883D is #F377C2. Grayscale: #5A5A5A. Windows color (decimal): -15955907 or 4032524. OLE color: 4032524.
HSL color Cylindrical-coordinate representation of color #0C883D: hue angle of 143.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C883D is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 61 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.47 |
| HSL | 143.71º | 0.84% | 0.29% | - |
| HSV(B) | 143.71º | 0.91% | 0.53% | - |
| XYZ | 9.8 | 18.02 | 7.38 | - |
| YUV | 90.37 | 111.42 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 61 | 0.91 | 0 | 0.55 | 0.47 | 143.71 | 0.84 | 0.29 |
| Hex | C | 88 | 3D | 5B | 0 | 37 | 2F | 90 | 54 | 1D |
| Octal | 14 | 210 | 75 | 133 | 0 | 67 | 57 | 220 | 124 | 35 |
| Binary | 1100 | 10001000 | 111101 | 1011011 | 0 | 110111 | 101111 | 10010000 | 1010100 | 11101 |
Color Harmonies of #0C883D
Complementary color
Monochromatic Colors of #0C883D
Black with #0C883D
Text Example
Text Example
White with #0C883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C883D; }
p { color: rgb(12,136,61); }
H1.HeaderClassName
{
color: #0C883D;
}
.AnyTagClassName
{
color: #0C883D;
}
</style>
background-color css
<style>
a { background-color: #0C883D; }
a { background-color: rgb(12,136,61); }
div.DivClassName
{
background-color: #0C883D;
}
.BgClassName
{
background-color: #0C883D;
}
</style>
border-color css
<style>
span { border-color: #0C883D; }
span { border-color: rgb(12,136,61); }
td.TdClassName
{
border-color: #0C883D;
}
.TagClassName
{
border-color: #0C883D;
}
</style>