Shades of Salem #0C7649
Tints of Salem #0C7649
RGB
CMYK
RGB Variations
Color information
#0C7649 (or 0x0C7649) is known color: Salem. HEX triplet: 0C, 76 and 49. RGB value is (12,118,73). Sum of RGB (Red+Green+Blue) = 12+118+73=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7649 is #F389B6. Grayscale: #515151. Windows color (decimal): -15960503 or 4814348. OLE color: 4814348.
HSL color Cylindrical-coordinate representation of color #0C7649: hue angle of 154.53º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7649 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 73 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.54 |
| HSL | 154.53º | 0.82% | 0.25% | - |
| HSV(B) | 154.53º | 0.9% | 0.46% | - |
| XYZ | 7.83 | 13.52 | 8.5 | - |
| YUV | 81.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 73 | 0.90 | 0 | 0.38 | 0.54 | 154.53 | 0.82 | 0.25 |
| Hex | C | 76 | 49 | 5A | 0 | 26 | 36 | 9B | 52 | 19 |
| Octal | 14 | 166 | 111 | 132 | 0 | 46 | 66 | 233 | 122 | 31 |
| Binary | 1100 | 1110110 | 1001001 | 1011010 | 0 | 100110 | 110110 | 10011011 | 1010010 | 11001 |
Color Harmonies of #0C7649
Complementary color
Monochromatic Colors of #0C7649
Black with #0C7649
Text Example
Text Example
White with #0C7649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7649; }
p { color: rgb(12,118,73); }
H1.HeaderClassName
{
color: #0C7649;
}
.AnyTagClassName
{
color: #0C7649;
}
</style>
background-color css
<style>
a { background-color: #0C7649; }
a { background-color: rgb(12,118,73); }
div.DivClassName
{
background-color: #0C7649;
}
.BgClassName
{
background-color: #0C7649;
}
</style>
border-color css
<style>
span { border-color: #0C7649; }
span { border-color: rgb(12,118,73); }
td.TdClassName
{
border-color: #0C7649;
}
.TagClassName
{
border-color: #0C7649;
}
</style>