Shades of Salem #09804D
Tints of Salem #09804D
RGB
CMYK
RGB Variations
Color information
#09804D (or 0x09804D) is known color: Salem. HEX triplet: 09, 80 and 4D. RGB value is (9,128,77). Sum of RGB (Red+Green+Blue) = 9+128+77=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 128 (50.39% from 255 or 59.81% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 128 - color contains mainly: green. Hex color #09804D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09804D is #F67FB2. Grayscale: #565656. Windows color (decimal): -16154547 or 5079049. OLE color: 5079049.
HSL color Cylindrical-coordinate representation of color #09804D: hue angle of 154.29º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09804D is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 77 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.50 |
| HSL | 154.29º | 0.87% | 0.27% | - |
| HSV(B) | 154.29º | 0.93% | 0.5% | - |
| XYZ | 9.17 | 16.03 | 9.63 | - |
| YUV | 86.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 77 | 0.93 | 0 | 0.40 | 0.50 | 154.29 | 0.87 | 0.27 |
| Hex | 9 | 80 | 4D | 5D | 0 | 28 | 32 | 9A | 57 | 1B |
| Octal | 11 | 200 | 115 | 135 | 0 | 50 | 62 | 232 | 127 | 33 |
| Binary | 1001 | 10000000 | 1001101 | 1011101 | 0 | 101000 | 110010 | 10011010 | 1010111 | 11011 |
Color Harmonies of #09804D
Complementary color
Monochromatic Colors of #09804D
Black with #09804D
Text Example
Text Example
White with #09804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09804D; }
p { color: rgb(9,128,77); }
H1.HeaderClassName
{
color: #09804D;
}
.AnyTagClassName
{
color: #09804D;
}
</style>
background-color css
<style>
a { background-color: #09804D; }
a { background-color: rgb(9,128,77); }
div.DivClassName
{
background-color: #09804D;
}
.BgClassName
{
background-color: #09804D;
}
</style>
border-color css
<style>
span { border-color: #09804D; }
span { border-color: rgb(9,128,77); }
td.TdClassName
{
border-color: #09804D;
}
.TagClassName
{
border-color: #09804D;
}
</style>