Shades of Salem #09804A
Tints of Salem #09804A
RGB
CMYK
RGB Variations
Color information
#09804A (or 0x09804A) is known color: Salem. HEX triplet: 09, 80 and 4A. RGB value is (9,128,74). Sum of RGB (Red+Green+Blue) = 9+128+74=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #09804A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09804A is #F67FB5. Grayscale: #565656. Windows color (decimal): -16154550 or 4882441. OLE color: 4882441.
HSL color Cylindrical-coordinate representation of color #09804A: hue angle of 152.77º 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 #09804A is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 74 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.50 |
| HSL | 152.77º | 0.87% | 0.27% | - |
| HSV(B) | 152.77º | 0.93% | 0.5% | - |
| XYZ | 9.07 | 15.99 | 9.09 | - |
| YUV | 86.26 | 121.08 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 74 | 0.93 | 0 | 0.42 | 0.50 | 152.77 | 0.87 | 0.27 |
| Hex | 9 | 80 | 4A | 5D | 0 | 2A | 32 | 99 | 57 | 1B |
| Octal | 11 | 200 | 112 | 135 | 0 | 52 | 62 | 231 | 127 | 33 |
| Binary | 1001 | 10000000 | 1001010 | 1011101 | 0 | 101010 | 110010 | 10011001 | 1010111 | 11011 |
Color Harmonies of #09804A
Complementary color
Monochromatic Colors of #09804A
Black with #09804A
Text Example
Text Example
White with #09804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09804A; }
p { color: rgb(9,128,74); }
H1.HeaderClassName
{
color: #09804A;
}
.AnyTagClassName
{
color: #09804A;
}
</style>
background-color css
<style>
a { background-color: #09804A; }
a { background-color: rgb(9,128,74); }
div.DivClassName
{
background-color: #09804A;
}
.BgClassName
{
background-color: #09804A;
}
</style>
border-color css
<style>
span { border-color: #09804A; }
span { border-color: rgb(9,128,74); }
td.TdClassName
{
border-color: #09804A;
}
.TagClassName
{
border-color: #09804A;
}
</style>