Shades of Salem #20814B
Tints of Salem #20814B
RGB
CMYK
RGB Variations
Color information
#20814B (or 0x20814B) is known color: Salem. HEX triplet: 20, 81 and 4B. RGB value is (32,129,75). Sum of RGB (Red+Green+Blue) = 32+129+75=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #20814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20814B is #DF7EB4. Grayscale: #5D5D5D. Windows color (decimal): -14646965 or 4948256. OLE color: 4948256.
HSL color Cylindrical-coordinate representation of color #20814B: hue angle of 146.6º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20814B is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 75 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.49 |
| HSL | 146.6º | 0.6% | 0.32% | - |
| HSV(B) | 146.6º | 0.75% | 0.51% | - |
| XYZ | 9.72 | 16.52 | 9.33 | - |
| YUV | 93.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 75 | 0.75 | 0 | 0.42 | 0.49 | 146.6 | 0.6 | 0.32 |
| Hex | 20 | 81 | 4B | 4B | 0 | 2A | 31 | 93 | 3C | 20 |
| Octal | 40 | 201 | 113 | 113 | 0 | 52 | 61 | 223 | 74 | 40 |
| Binary | 100000 | 10000001 | 1001011 | 1001011 | 0 | 101010 | 110001 | 10010011 | 111100 | 100000 |
Color Harmonies of #20814B
Complementary color
Monochromatic Colors of #20814B
Black with #20814B
Text Example
Text Example
White with #20814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20814B; }
p { color: rgb(32,129,75); }
H1.HeaderClassName
{
color: #20814B;
}
.AnyTagClassName
{
color: #20814B;
}
</style>
background-color css
<style>
a { background-color: #20814B; }
a { background-color: rgb(32,129,75); }
div.DivClassName
{
background-color: #20814B;
}
.BgClassName
{
background-color: #20814B;
}
</style>
border-color css
<style>
span { border-color: #20814B; }
span { border-color: rgb(32,129,75); }
td.TdClassName
{
border-color: #20814B;
}
.TagClassName
{
border-color: #20814B;
}
</style>