Shades of Salem #0A8549
Tints of Salem #0A8549
RGB
CMYK
RGB Variations
Color information
#0A8549 (or 0x0A8549) is known color: Salem. HEX triplet: 0A, 85 and 49. RGB value is (10,133,73). Sum of RGB (Red+Green+Blue) = 10+133+73=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8549 is #F57AB6. Grayscale: #595959. Windows color (decimal): -16087735 or 4818186. OLE color: 4818186.
HSL color Cylindrical-coordinate representation of color #0A8549: hue angle of 150.73º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8549 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 73 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.48 |
| HSL | 150.73º | 0.86% | 0.28% | - |
| HSV(B) | 150.73º | 0.92% | 0.52% | - |
| XYZ | 9.72 | 17.32 | 9.13 | - |
| YUV | 89.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 73 | 0.92 | 0 | 0.45 | 0.48 | 150.73 | 0.86 | 0.28 |
| Hex | A | 85 | 49 | 5C | 0 | 2D | 30 | 97 | 56 | 1C |
| Octal | 12 | 205 | 111 | 134 | 0 | 55 | 60 | 227 | 126 | 34 |
| Binary | 1010 | 10000101 | 1001001 | 1011100 | 0 | 101101 | 110000 | 10010111 | 1010110 | 11100 |
Color Harmonies of #0A8549
Complementary color
Monochromatic Colors of #0A8549
Black with #0A8549
Text Example
Text Example
White with #0A8549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8549; }
p { color: rgb(10,133,73); }
H1.HeaderClassName
{
color: #0A8549;
}
.AnyTagClassName
{
color: #0A8549;
}
</style>
background-color css
<style>
a { background-color: #0A8549; }
a { background-color: rgb(10,133,73); }
div.DivClassName
{
background-color: #0A8549;
}
.BgClassName
{
background-color: #0A8549;
}
</style>
border-color css
<style>
span { border-color: #0A8549; }
span { border-color: rgb(10,133,73); }
td.TdClassName
{
border-color: #0A8549;
}
.TagClassName
{
border-color: #0A8549;
}
</style>