Shades of Salem #08804A
Tints of Salem #08804A
RGB
CMYK
RGB Variations
Color information
#08804A (or 0x08804A) is known color: Salem. HEX triplet: 08, 80 and 4A. RGB value is (8,128,74). Sum of RGB (Red+Green+Blue) = 8+128+74=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #08804A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08804A is #F77FB5. Grayscale: #565656. Windows color (decimal): -16220086 or 4882440. OLE color: 4882440.
HSL color Cylindrical-coordinate representation of color #08804A: hue angle of 153º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08804A is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 74 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.50 |
| HSL | 153º | 0.88% | 0.27% | - |
| HSV(B) | 153º | 0.94% | 0.5% | - |
| XYZ | 9.06 | 15.98 | 9.09 | - |
| YUV | 85.96 | 121.24 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 74 | 0.94 | 0 | 0.42 | 0.50 | 153 | 0.88 | 0.27 |
| Hex | 8 | 80 | 4A | 5E | 0 | 2A | 32 | 99 | 58 | 1B |
| Octal | 10 | 200 | 112 | 136 | 0 | 52 | 62 | 231 | 130 | 33 |
| Binary | 1000 | 10000000 | 1001010 | 1011110 | 0 | 101010 | 110010 | 10011001 | 1011000 | 11011 |
Color Harmonies of #08804A
Complementary color
Monochromatic Colors of #08804A
Black with #08804A
Text Example
Text Example
White with #08804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08804A; }
p { color: rgb(8,128,74); }
H1.HeaderClassName
{
color: #08804A;
}
.AnyTagClassName
{
color: #08804A;
}
</style>
background-color css
<style>
a { background-color: #08804A; }
a { background-color: rgb(8,128,74); }
div.DivClassName
{
background-color: #08804A;
}
.BgClassName
{
background-color: #08804A;
}
</style>
border-color css
<style>
span { border-color: #08804A; }
span { border-color: rgb(8,128,74); }
td.TdClassName
{
border-color: #08804A;
}
.TagClassName
{
border-color: #08804A;
}
</style>