Shades of Salem #0A8544
Tints of Salem #0A8544
RGB
CMYK
RGB Variations
Color information
#0A8544 (or 0x0A8544) is known color: Salem. HEX triplet: 0A, 85 and 44. RGB value is (10,133,68). Sum of RGB (Red+Green+Blue) = 10+133+68=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8544 is #F57ABB. Grayscale: #585858. Windows color (decimal): -16087740 or 4490506. OLE color: 4490506.
HSL color Cylindrical-coordinate representation of color #0A8544: hue angle of 148.29º 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 #0A8544 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 68 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.48 |
| HSL | 148.29º | 0.86% | 0.28% | - |
| HSV(B) | 148.29º | 0.92% | 0.52% | - |
| XYZ | 9.56 | 17.26 | 8.3 | - |
| YUV | 88.81 | 116.25 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 68 | 0.92 | 0 | 0.49 | 0.48 | 148.29 | 0.86 | 0.28 |
| Hex | A | 85 | 44 | 5C | 0 | 31 | 30 | 94 | 56 | 1C |
| Octal | 12 | 205 | 104 | 134 | 0 | 61 | 60 | 224 | 126 | 34 |
| Binary | 1010 | 10000101 | 1000100 | 1011100 | 0 | 110001 | 110000 | 10010100 | 1010110 | 11100 |
Color Harmonies of #0A8544
Complementary color
Monochromatic Colors of #0A8544
Black with #0A8544
Text Example
Text Example
White with #0A8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8544; }
p { color: rgb(10,133,68); }
H1.HeaderClassName
{
color: #0A8544;
}
.AnyTagClassName
{
color: #0A8544;
}
</style>
background-color css
<style>
a { background-color: #0A8544; }
a { background-color: rgb(10,133,68); }
div.DivClassName
{
background-color: #0A8544;
}
.BgClassName
{
background-color: #0A8544;
}
</style>
border-color css
<style>
span { border-color: #0A8544; }
span { border-color: rgb(10,133,68); }
td.TdClassName
{
border-color: #0A8544;
}
.TagClassName
{
border-color: #0A8544;
}
</style>