Shades of Salem #08843D
Tints of Salem #08843D
RGB
CMYK
RGB Variations
Color information
#08843D (or 0x08843D) is known color: Salem. HEX triplet: 08, 84 and 3D. RGB value is (8,132,61). Sum of RGB (Red+Green+Blue) = 8+132+61=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #08843D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08843D is #F77BC2. Grayscale: #565656. Windows color (decimal): -16219075 or 4031496. OLE color: 4031496.
HSL color Cylindrical-coordinate representation of color #08843D: hue angle of 145.65º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08843D is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 132 | 61 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.48 |
| HSL | 145.65º | 0.89% | 0.27% | - |
| HSV(B) | 145.65º | 0.94% | 0.52% | - |
| XYZ | 9.19 | 16.89 | 7.19 | - |
| YUV | 86.83 | 113.42 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 61 | 0.94 | 0 | 0.54 | 0.48 | 145.65 | 0.89 | 0.27 |
| Hex | 8 | 84 | 3D | 5E | 0 | 36 | 30 | 92 | 59 | 1B |
| Octal | 10 | 204 | 75 | 136 | 0 | 66 | 60 | 222 | 131 | 33 |
| Binary | 1000 | 10000100 | 111101 | 1011110 | 0 | 110110 | 110000 | 10010010 | 1011001 | 11011 |
Color Harmonies of #08843D
Complementary color
Monochromatic Colors of #08843D
Black with #08843D
Text Example
Text Example
White with #08843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08843D; }
p { color: rgb(8,132,61); }
H1.HeaderClassName
{
color: #08843D;
}
.AnyTagClassName
{
color: #08843D;
}
</style>
background-color css
<style>
a { background-color: #08843D; }
a { background-color: rgb(8,132,61); }
div.DivClassName
{
background-color: #08843D;
}
.BgClassName
{
background-color: #08843D;
}
</style>
border-color css
<style>
span { border-color: #08843D; }
span { border-color: rgb(8,132,61); }
td.TdClassName
{
border-color: #08843D;
}
.TagClassName
{
border-color: #08843D;
}
</style>