Shades of Salem #207C4E
Tints of Salem #207C4E
RGB
CMYK
RGB Variations
Color information
#207C4E (or 0x207C4E) is known color: Salem. HEX triplet: 20, 7C and 4E. RGB value is (32,124,78). Sum of RGB (Red+Green+Blue) = 32+124+78=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #207C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C4E is #DF83B1. Grayscale: #5B5B5B. Windows color (decimal): -14648242 or 5143584. OLE color: 5143584.
HSL color Cylindrical-coordinate representation of color #207C4E: hue angle of 150º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C4E is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 78 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.51 |
| HSL | 150º | 0.59% | 0.31% | - |
| HSV(B) | 150º | 0.74% | 0.49% | - |
| XYZ | 9.18 | 15.27 | 9.67 | - |
| YUV | 91.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 78 | 0.74 | 0 | 0.37 | 0.51 | 150 | 0.59 | 0.31 |
| Hex | 20 | 7C | 4E | 4A | 0 | 25 | 33 | 96 | 3B | 1F |
| Octal | 40 | 174 | 116 | 112 | 0 | 45 | 63 | 226 | 73 | 37 |
| Binary | 100000 | 1111100 | 1001110 | 1001010 | 0 | 100101 | 110011 | 10010110 | 111011 | 11111 |
Color Harmonies of #207C4E
Complementary color
Monochromatic Colors of #207C4E
Black with #207C4E
Text Example
Text Example
White with #207C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C4E; }
p { color: rgb(32,124,78); }
H1.HeaderClassName
{
color: #207C4E;
}
.AnyTagClassName
{
color: #207C4E;
}
</style>
background-color css
<style>
a { background-color: #207C4E; }
a { background-color: rgb(32,124,78); }
div.DivClassName
{
background-color: #207C4E;
}
.BgClassName
{
background-color: #207C4E;
}
</style>
border-color css
<style>
span { border-color: #207C4E; }
span { border-color: rgb(32,124,78); }
td.TdClassName
{
border-color: #207C4E;
}
.TagClassName
{
border-color: #207C4E;
}
</style>