Shades of Salem #207C4C
Tints of Salem #207C4C
RGB
CMYK
RGB Variations
Color information
#207C4C (or 0x207C4C) is known color: Salem. HEX triplet: 20, 7C and 4C. RGB value is (32,124,76). Sum of RGB (Red+Green+Blue) = 32+124+76=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #207C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C4C is #DF83B3. Grayscale: #5B5B5B. Windows color (decimal): -14648244 or 5012512. OLE color: 5012512.
HSL color Cylindrical-coordinate representation of color #207C4C: hue angle of 148.7º 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 #207C4C is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 76 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.51 |
| HSL | 148.7º | 0.59% | 0.31% | - |
| HSV(B) | 148.7º | 0.74% | 0.49% | - |
| XYZ | 9.11 | 15.24 | 9.3 | - |
| YUV | 91.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 76 | 0.74 | 0 | 0.39 | 0.51 | 148.7 | 0.59 | 0.31 |
| Hex | 20 | 7C | 4C | 4A | 0 | 27 | 33 | 95 | 3B | 1F |
| Octal | 40 | 174 | 114 | 112 | 0 | 47 | 63 | 225 | 73 | 37 |
| Binary | 100000 | 1111100 | 1001100 | 1001010 | 0 | 100111 | 110011 | 10010101 | 111011 | 11111 |
Color Harmonies of #207C4C
Complementary color
Monochromatic Colors of #207C4C
Black with #207C4C
Text Example
Text Example
White with #207C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C4C; }
p { color: rgb(32,124,76); }
H1.HeaderClassName
{
color: #207C4C;
}
.AnyTagClassName
{
color: #207C4C;
}
</style>
background-color css
<style>
a { background-color: #207C4C; }
a { background-color: rgb(32,124,76); }
div.DivClassName
{
background-color: #207C4C;
}
.BgClassName
{
background-color: #207C4C;
}
</style>
border-color css
<style>
span { border-color: #207C4C; }
span { border-color: rgb(32,124,76); }
td.TdClassName
{
border-color: #207C4C;
}
.TagClassName
{
border-color: #207C4C;
}
</style>