Shades of Salem #208840
Tints of Salem #208840
RGB
CMYK
RGB Variations
Color information
#208840 (or 0x208840) is known color: Salem. HEX triplet: 20, 88 and 40. RGB value is (32,136,64). Sum of RGB (Red+Green+Blue) = 32+136+64=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #208840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208840 is #DF77BF. Grayscale: #606060. Windows color (decimal): -14645184 or 4229152. OLE color: 4229152.
HSL color Cylindrical-coordinate representation of color #208840: hue angle of 138.46º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208840 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 64 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.47 |
| HSL | 138.46º | 0.62% | 0.33% | - |
| HSV(B) | 138.46º | 0.76% | 0.53% | - |
| XYZ | 10.33 | 18.29 | 7.84 | - |
| YUV | 96.7 | 109.54 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 64 | 0.76 | 0 | 0.53 | 0.47 | 138.46 | 0.62 | 0.33 |
| Hex | 20 | 88 | 40 | 4C | 0 | 35 | 2F | 8A | 3E | 21 |
| Octal | 40 | 210 | 100 | 114 | 0 | 65 | 57 | 212 | 76 | 41 |
| Binary | 100000 | 10001000 | 1000000 | 1001100 | 0 | 110101 | 101111 | 10001010 | 111110 | 100001 |
Color Harmonies of #208840
Complementary color
Monochromatic Colors of #208840
Black with #208840
Text Example
Text Example
White with #208840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208840; }
p { color: rgb(32,136,64); }
H1.HeaderClassName
{
color: #208840;
}
.AnyTagClassName
{
color: #208840;
}
</style>
background-color css
<style>
a { background-color: #208840; }
a { background-color: rgb(32,136,64); }
div.DivClassName
{
background-color: #208840;
}
.BgClassName
{
background-color: #208840;
}
</style>
border-color css
<style>
span { border-color: #208840; }
span { border-color: rgb(32,136,64); }
td.TdClassName
{
border-color: #208840;
}
.TagClassName
{
border-color: #208840;
}
</style>