Shades of Salem #0A804C
Tints of Salem #0A804C
RGB
CMYK
RGB Variations
Color information
#0A804C (or 0x0A804C) is known color: Salem. HEX triplet: 0A, 80 and 4C. RGB value is (10,128,76). Sum of RGB (Red+Green+Blue) = 10+128+76=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 128 (50.39% from 255 or 59.81% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 128 - color contains mainly: green. Hex color #0A804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A804C is #F57FB3. Grayscale: #565656. Windows color (decimal): -16089012 or 5013514. OLE color: 5013514.
HSL color Cylindrical-coordinate representation of color #0A804C: hue angle of 153.56º 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 #0A804C is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 76 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.50 |
| HSL | 153.56º | 0.86% | 0.27% | - |
| HSV(B) | 153.56º | 0.92% | 0.5% | - |
| XYZ | 9.15 | 16.02 | 9.45 | - |
| YUV | 86.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 76 | 0.92 | 0 | 0.41 | 0.50 | 153.56 | 0.86 | 0.27 |
| Hex | A | 80 | 4C | 5C | 0 | 29 | 32 | 9A | 56 | 1B |
| Octal | 12 | 200 | 114 | 134 | 0 | 51 | 62 | 232 | 126 | 33 |
| Binary | 1010 | 10000000 | 1001100 | 1011100 | 0 | 101001 | 110010 | 10011010 | 1010110 | 11011 |
Color Harmonies of #0A804C
Complementary color
Monochromatic Colors of #0A804C
Black with #0A804C
Text Example
Text Example
White with #0A804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A804C; }
p { color: rgb(10,128,76); }
H1.HeaderClassName
{
color: #0A804C;
}
.AnyTagClassName
{
color: #0A804C;
}
</style>
background-color css
<style>
a { background-color: #0A804C; }
a { background-color: rgb(10,128,76); }
div.DivClassName
{
background-color: #0A804C;
}
.BgClassName
{
background-color: #0A804C;
}
</style>
border-color css
<style>
span { border-color: #0A804C; }
span { border-color: rgb(10,128,76); }
td.TdClassName
{
border-color: #0A804C;
}
.TagClassName
{
border-color: #0A804C;
}
</style>