Shades of Salem #0A824D
Tints of Salem #0A824D
RGB
CMYK
RGB Variations
Color information
#0A824D (or 0x0A824D) is known color: Salem. HEX triplet: 0A, 82 and 4D. RGB value is (10,130,77). Sum of RGB (Red+Green+Blue) = 10+130+77=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #0A824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A824D is #F57DB2. Grayscale: #585858. Windows color (decimal): -16088499 or 5079562. OLE color: 5079562.
HSL color Cylindrical-coordinate representation of color #0A824D: hue angle of 153.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A824D is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 130 | 77 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.49 |
| HSL | 153.5º | 0.86% | 0.27% | - |
| HSV(B) | 153.5º | 0.92% | 0.51% | - |
| XYZ | 9.45 | 16.57 | 9.72 | - |
| YUV | 88.08 | 121.74 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 77 | 0.92 | 0 | 0.41 | 0.49 | 153.5 | 0.86 | 0.27 |
| Hex | A | 82 | 4D | 5C | 0 | 29 | 31 | 9A | 56 | 1B |
| Octal | 12 | 202 | 115 | 134 | 0 | 51 | 61 | 232 | 126 | 33 |
| Binary | 1010 | 10000010 | 1001101 | 1011100 | 0 | 101001 | 110001 | 10011010 | 1010110 | 11011 |
Color Harmonies of #0A824D
Complementary color
Monochromatic Colors of #0A824D
Black with #0A824D
Text Example
Text Example
White with #0A824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A824D; }
p { color: rgb(10,130,77); }
H1.HeaderClassName
{
color: #0A824D;
}
.AnyTagClassName
{
color: #0A824D;
}
</style>
background-color css
<style>
a { background-color: #0A824D; }
a { background-color: rgb(10,130,77); }
div.DivClassName
{
background-color: #0A824D;
}
.BgClassName
{
background-color: #0A824D;
}
</style>
border-color css
<style>
span { border-color: #0A824D; }
span { border-color: rgb(10,130,77); }
td.TdClassName
{
border-color: #0A824D;
}
.TagClassName
{
border-color: #0A824D;
}
</style>