Shades of Salem #207C4B
Tints of Salem #207C4B
RGB
CMYK
RGB Variations
Color information
#207C4B (or 0x207C4B) is known color: Salem. HEX triplet: 20, 7C and 4B. RGB value is (32,124,75). Sum of RGB (Red+Green+Blue) = 32+124+75=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #207C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C4B is #DF83B4. Grayscale: #5B5B5B. Windows color (decimal): -14648245 or 4946976. OLE color: 4946976.
HSL color Cylindrical-coordinate representation of color #207C4B: hue angle of 148.04º 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 #207C4B is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 75 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.51 |
| HSL | 148.04º | 0.59% | 0.31% | - |
| HSV(B) | 148.04º | 0.74% | 0.49% | - |
| XYZ | 9.07 | 15.23 | 9.12 | - |
| YUV | 90.91 | 119.02 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 75 | 0.74 | 0 | 0.40 | 0.51 | 148.04 | 0.59 | 0.31 |
| Hex | 20 | 7C | 4B | 4A | 0 | 28 | 33 | 94 | 3B | 1F |
| Octal | 40 | 174 | 113 | 112 | 0 | 50 | 63 | 224 | 73 | 37 |
| Binary | 100000 | 1111100 | 1001011 | 1001010 | 0 | 101000 | 110011 | 10010100 | 111011 | 11111 |
Color Harmonies of #207C4B
Complementary color
Monochromatic Colors of #207C4B
Black with #207C4B
Text Example
Text Example
White with #207C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C4B; }
p { color: rgb(32,124,75); }
H1.HeaderClassName
{
color: #207C4B;
}
.AnyTagClassName
{
color: #207C4B;
}
</style>
background-color css
<style>
a { background-color: #207C4B; }
a { background-color: rgb(32,124,75); }
div.DivClassName
{
background-color: #207C4B;
}
.BgClassName
{
background-color: #207C4B;
}
</style>
border-color css
<style>
span { border-color: #207C4B; }
span { border-color: rgb(32,124,75); }
td.TdClassName
{
border-color: #207C4B;
}
.TagClassName
{
border-color: #207C4B;
}
</style>