Shades of Salem #20873F
Tints of Salem #20873F
RGB
CMYK
RGB Variations
Color information
#20873F (or 0x20873F) is known color: Salem. HEX triplet: 20, 87 and 3F. RGB value is (32,135,63). Sum of RGB (Red+Green+Blue) = 32+135+63=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #20873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20873F is #DF78C0. Grayscale: #606060. Windows color (decimal): -14645441 or 4163360. OLE color: 4163360.
HSL color Cylindrical-coordinate representation of color #20873F: hue angle of 138.06º 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 #20873F is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 63 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.47 |
| HSL | 138.06º | 0.62% | 0.33% | - |
| HSV(B) | 138.06º | 0.76% | 0.53% | - |
| XYZ | 10.16 | 17.99 | 7.64 | - |
| YUV | 96 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 63 | 0.76 | 0 | 0.53 | 0.47 | 138.06 | 0.62 | 0.33 |
| Hex | 20 | 87 | 3F | 4C | 0 | 35 | 2F | 8A | 3E | 21 |
| Octal | 40 | 207 | 77 | 114 | 0 | 65 | 57 | 212 | 76 | 41 |
| Binary | 100000 | 10000111 | 111111 | 1001100 | 0 | 110101 | 101111 | 10001010 | 111110 | 100001 |
Color Harmonies of #20873F
Complementary color
Monochromatic Colors of #20873F
Black with #20873F
Text Example
Text Example
White with #20873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20873F; }
p { color: rgb(32,135,63); }
H1.HeaderClassName
{
color: #20873F;
}
.AnyTagClassName
{
color: #20873F;
}
</style>
background-color css
<style>
a { background-color: #20873F; }
a { background-color: rgb(32,135,63); }
div.DivClassName
{
background-color: #20873F;
}
.BgClassName
{
background-color: #20873F;
}
</style>
border-color css
<style>
span { border-color: #20873F; }
span { border-color: rgb(32,135,63); }
td.TdClassName
{
border-color: #20873F;
}
.TagClassName
{
border-color: #20873F;
}
</style>