Shades of Salem #09863D
Tints of Salem #09863D
RGB
CMYK
RGB Variations
Color information
#09863D (or 0x09863D) is known color: Salem. HEX triplet: 09, 86 and 3D. RGB value is (9,134,61). Sum of RGB (Red+Green+Blue) = 9+134+61=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #09863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09863D is #F679C2. Grayscale: #585858. Windows color (decimal): -16153027 or 4032009. OLE color: 4032009.
HSL color Cylindrical-coordinate representation of color #09863D: hue angle of 144.96º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09863D is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 61 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.47 |
| HSL | 144.96º | 0.87% | 0.28% | - |
| HSV(B) | 144.96º | 0.93% | 0.53% | - |
| XYZ | 9.48 | 17.45 | 7.28 | - |
| YUV | 88.3 | 112.59 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 61 | 0.93 | 0 | 0.54 | 0.47 | 144.96 | 0.87 | 0.28 |
| Hex | 9 | 86 | 3D | 5D | 0 | 36 | 2F | 91 | 57 | 1C |
| Octal | 11 | 206 | 75 | 135 | 0 | 66 | 57 | 221 | 127 | 34 |
| Binary | 1001 | 10000110 | 111101 | 1011101 | 0 | 110110 | 101111 | 10010001 | 1010111 | 11100 |
Color Harmonies of #09863D
Complementary color
Monochromatic Colors of #09863D
Black with #09863D
Text Example
Text Example
White with #09863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09863D; }
p { color: rgb(9,134,61); }
H1.HeaderClassName
{
color: #09863D;
}
.AnyTagClassName
{
color: #09863D;
}
</style>
background-color css
<style>
a { background-color: #09863D; }
a { background-color: rgb(9,134,61); }
div.DivClassName
{
background-color: #09863D;
}
.BgClassName
{
background-color: #09863D;
}
</style>
border-color css
<style>
span { border-color: #09863D; }
span { border-color: rgb(9,134,61); }
td.TdClassName
{
border-color: #09863D;
}
.TagClassName
{
border-color: #09863D;
}
</style>