Shades of Salem #20883D
Tints of Salem #20883D
RGB
CMYK
RGB Variations
Color information
#20883D (or 0x20883D) is known color: Salem. HEX triplet: 20, 88 and 3D. RGB value is (32,136,61). Sum of RGB (Red+Green+Blue) = 32+136+61=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #20883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20883D is #DF77C2. Grayscale: #606060. Windows color (decimal): -14645187 or 4032544. OLE color: 4032544.
HSL color Cylindrical-coordinate representation of color #20883D: hue angle of 136.73º 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 #20883D is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 61 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.47 |
| HSL | 136.73º | 0.62% | 0.33% | - |
| HSV(B) | 136.73º | 0.76% | 0.53% | - |
| XYZ | 10.24 | 18.25 | 7.4 | - |
| YUV | 96.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 61 | 0.76 | 0 | 0.55 | 0.47 | 136.73 | 0.62 | 0.33 |
| Hex | 20 | 88 | 3D | 4C | 0 | 37 | 2F | 89 | 3E | 21 |
| Octal | 40 | 210 | 75 | 114 | 0 | 67 | 57 | 211 | 76 | 41 |
| Binary | 100000 | 10001000 | 111101 | 1001100 | 0 | 110111 | 101111 | 10001001 | 111110 | 100001 |
Color Harmonies of #20883D
Complementary color
Monochromatic Colors of #20883D
Black with #20883D
Text Example
Text Example
White with #20883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20883D; }
p { color: rgb(32,136,61); }
H1.HeaderClassName
{
color: #20883D;
}
.AnyTagClassName
{
color: #20883D;
}
</style>
background-color css
<style>
a { background-color: #20883D; }
a { background-color: rgb(32,136,61); }
div.DivClassName
{
background-color: #20883D;
}
.BgClassName
{
background-color: #20883D;
}
</style>
border-color css
<style>
span { border-color: #20883D; }
span { border-color: rgb(32,136,61); }
td.TdClassName
{
border-color: #20883D;
}
.TagClassName
{
border-color: #20883D;
}
</style>