Shades of Salem #09804F
Tints of Salem #09804F
RGB
CMYK
RGB Variations
Color information
#09804F (or 0x09804F) is known color: Salem. HEX triplet: 09, 80 and 4F. RGB value is (9,128,79). Sum of RGB (Red+Green+Blue) = 9+128+79=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #09804F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09804F is #F67FB0. Grayscale: #565656. Windows color (decimal): -16154545 or 5210121. OLE color: 5210121.
HSL color Cylindrical-coordinate representation of color #09804F: hue angle of 155.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 #09804F is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 79 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.50 |
| HSL | 155.29º | 0.87% | 0.27% | - |
| HSV(B) | 155.29º | 0.93% | 0.5% | - |
| XYZ | 9.24 | 16.06 | 10.01 | - |
| YUV | 86.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 79 | 0.93 | 0 | 0.38 | 0.50 | 155.29 | 0.87 | 0.27 |
| Hex | 9 | 80 | 4F | 5D | 0 | 26 | 32 | 9B | 57 | 1B |
| Octal | 11 | 200 | 117 | 135 | 0 | 46 | 62 | 233 | 127 | 33 |
| Binary | 1001 | 10000000 | 1001111 | 1011101 | 0 | 100110 | 110010 | 10011011 | 1010111 | 11011 |
Color Harmonies of #09804F
Complementary color
Monochromatic Colors of #09804F
Black with #09804F
Text Example
Text Example
White with #09804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09804F; }
p { color: rgb(9,128,79); }
H1.HeaderClassName
{
color: #09804F;
}
.AnyTagClassName
{
color: #09804F;
}
</style>
background-color css
<style>
a { background-color: #09804F; }
a { background-color: rgb(9,128,79); }
div.DivClassName
{
background-color: #09804F;
}
.BgClassName
{
background-color: #09804F;
}
</style>
border-color css
<style>
span { border-color: #09804F; }
span { border-color: rgb(9,128,79); }
td.TdClassName
{
border-color: #09804F;
}
.TagClassName
{
border-color: #09804F;
}
</style>