Shades of Salem #0A804D
Tints of Salem #0A804D
RGB
CMYK
RGB Variations
Color information
#0A804D (or 0x0A804D) is known color: Salem. HEX triplet: 0A, 80 and 4D. RGB value is (10,128,77). Sum of RGB (Red+Green+Blue) = 10+128+77=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #0A804D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A804D is #F57FB2. Grayscale: #565656. Windows color (decimal): -16089011 or 5079050. OLE color: 5079050.
HSL color Cylindrical-coordinate representation of color #0A804D: hue angle of 154.07º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A804D is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 77 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.50 |
| HSL | 154.07º | 0.86% | 0.27% | - |
| HSV(B) | 154.07º | 0.92% | 0.5% | - |
| XYZ | 9.18 | 16.04 | 9.63 | - |
| YUV | 86.9 | 122.41 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 77 | 0.92 | 0 | 0.40 | 0.50 | 154.07 | 0.86 | 0.27 |
| Hex | A | 80 | 4D | 5C | 0 | 28 | 32 | 9A | 56 | 1B |
| Octal | 12 | 200 | 115 | 134 | 0 | 50 | 62 | 232 | 126 | 33 |
| Binary | 1010 | 10000000 | 1001101 | 1011100 | 0 | 101000 | 110010 | 10011010 | 1010110 | 11011 |
Color Harmonies of #0A804D
Complementary color
Monochromatic Colors of #0A804D
Black with #0A804D
Text Example
Text Example
White with #0A804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A804D; }
p { color: rgb(10,128,77); }
H1.HeaderClassName
{
color: #0A804D;
}
.AnyTagClassName
{
color: #0A804D;
}
</style>
background-color css
<style>
a { background-color: #0A804D; }
a { background-color: rgb(10,128,77); }
div.DivClassName
{
background-color: #0A804D;
}
.BgClassName
{
background-color: #0A804D;
}
</style>
border-color css
<style>
span { border-color: #0A804D; }
span { border-color: rgb(10,128,77); }
td.TdClassName
{
border-color: #0A804D;
}
.TagClassName
{
border-color: #0A804D;
}
</style>