Shades of Salem #0C883B
Tints of Salem #0C883B
RGB
CMYK
RGB Variations
Color information
#0C883B (or 0x0C883B) is known color: Salem. HEX triplet: 0C, 88 and 3B. RGB value is (12,136,59). Sum of RGB (Red+Green+Blue) = 12+136+59=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #0C883B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C883B is #F377C4. Grayscale: #5A5A5A. Windows color (decimal): -15955909 or 3901452. OLE color: 3901452.
HSL color Cylindrical-coordinate representation of color #0C883B: hue angle of 142.74º 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 #0C883B is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 59 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.47 |
| HSL | 142.74º | 0.84% | 0.29% | - |
| HSV(B) | 142.74º | 0.91% | 0.53% | - |
| XYZ | 9.75 | 18 | 7.1 | - |
| YUV | 90.15 | 110.42 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 59 | 0.91 | 0 | 0.57 | 0.47 | 142.74 | 0.84 | 0.29 |
| Hex | C | 88 | 3B | 5B | 0 | 39 | 2F | 8F | 54 | 1D |
| Octal | 14 | 210 | 73 | 133 | 0 | 71 | 57 | 217 | 124 | 35 |
| Binary | 1100 | 10001000 | 111011 | 1011011 | 0 | 111001 | 101111 | 10001111 | 1010100 | 11101 |
Color Harmonies of #0C883B
Complementary color
Monochromatic Colors of #0C883B
Black with #0C883B
Text Example
Text Example
White with #0C883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C883B; }
p { color: rgb(12,136,59); }
H1.HeaderClassName
{
color: #0C883B;
}
.AnyTagClassName
{
color: #0C883B;
}
</style>
background-color css
<style>
a { background-color: #0C883B; }
a { background-color: rgb(12,136,59); }
div.DivClassName
{
background-color: #0C883B;
}
.BgClassName
{
background-color: #0C883B;
}
</style>
border-color css
<style>
span { border-color: #0C883B; }
span { border-color: rgb(12,136,59); }
td.TdClassName
{
border-color: #0C883B;
}
.TagClassName
{
border-color: #0C883B;
}
</style>