Shades of Salem #08883F
Tints of Salem #08883F
RGB
CMYK
RGB Variations
Color information
#08883F (or 0x08883F) is known color: Salem. HEX triplet: 08, 88 and 3F. RGB value is (8,136,63). Sum of RGB (Red+Green+Blue) = 8+136+63=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #08883F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08883F is #F777C0. Grayscale: #595959. Windows color (decimal): -16218049 or 4163592. OLE color: 4163592.
HSL color Cylindrical-coordinate representation of color #08883F: hue angle of 145.78º 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 #08883F is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 63 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.47 |
| HSL | 145.78º | 0.89% | 0.28% | - |
| HSV(B) | 145.78º | 0.94% | 0.53% | - |
| XYZ | 9.8 | 18.02 | 7.66 | - |
| YUV | 89.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 63 | 0.94 | 0 | 0.54 | 0.47 | 145.78 | 0.89 | 0.28 |
| Hex | 8 | 88 | 3F | 5E | 0 | 36 | 2F | 92 | 59 | 1C |
| Octal | 10 | 210 | 77 | 136 | 0 | 66 | 57 | 222 | 131 | 34 |
| Binary | 1000 | 10001000 | 111111 | 1011110 | 0 | 110110 | 101111 | 10010010 | 1011001 | 11100 |
Color Harmonies of #08883F
Complementary color
Monochromatic Colors of #08883F
Black with #08883F
Text Example
Text Example
White with #08883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08883F; }
p { color: rgb(8,136,63); }
H1.HeaderClassName
{
color: #08883F;
}
.AnyTagClassName
{
color: #08883F;
}
</style>
background-color css
<style>
a { background-color: #08883F; }
a { background-color: rgb(8,136,63); }
div.DivClassName
{
background-color: #08883F;
}
.BgClassName
{
background-color: #08883F;
}
</style>
border-color css
<style>
span { border-color: #08883F; }
span { border-color: rgb(8,136,63); }
td.TdClassName
{
border-color: #08883F;
}
.TagClassName
{
border-color: #08883F;
}
</style>