Shades of Salem #08883D
Tints of Salem #08883D
RGB
CMYK
RGB Variations
Color information
#08883D (or 0x08883D) is known color: Salem. HEX triplet: 08, 88 and 3D. RGB value is (8,136,61). Sum of RGB (Red+Green+Blue) = 8+136+61=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #08883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08883D is #F777C2. Grayscale: #595959. Windows color (decimal): -16218051 or 4032520. OLE color: 4032520.
HSL color Cylindrical-coordinate representation of color #08883D: hue angle of 144.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08883D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 61 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.47 |
| HSL | 144.84º | 0.89% | 0.28% | - |
| HSV(B) | 144.84º | 0.94% | 0.53% | - |
| XYZ | 9.75 | 18 | 7.37 | - |
| YUV | 89.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 61 | 0.94 | 0 | 0.55 | 0.47 | 144.84 | 0.89 | 0.28 |
| Hex | 8 | 88 | 3D | 5E | 0 | 37 | 2F | 91 | 59 | 1C |
| Octal | 10 | 210 | 75 | 136 | 0 | 67 | 57 | 221 | 131 | 34 |
| Binary | 1000 | 10001000 | 111101 | 1011110 | 0 | 110111 | 101111 | 10010001 | 1011001 | 11100 |
Color Harmonies of #08883D
Complementary color
Monochromatic Colors of #08883D
Black with #08883D
Text Example
Text Example
White with #08883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08883D; }
p { color: rgb(8,136,61); }
H1.HeaderClassName
{
color: #08883D;
}
.AnyTagClassName
{
color: #08883D;
}
</style>
background-color css
<style>
a { background-color: #08883D; }
a { background-color: rgb(8,136,61); }
div.DivClassName
{
background-color: #08883D;
}
.BgClassName
{
background-color: #08883D;
}
</style>
border-color css
<style>
span { border-color: #08883D; }
span { border-color: rgb(8,136,61); }
td.TdClassName
{
border-color: #08883D;
}
.TagClassName
{
border-color: #08883D;
}
</style>