Shades of Salem #27744D
Tints of Salem #27744D
RGB
CMYK
RGB Variations
Color information
#27744D (or 0x27744D) is known color: Salem. HEX triplet: 27, 74 and 4D. RGB value is (39,116,77). Sum of RGB (Red+Green+Blue) = 39+116+77=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #27744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27744D is #D88BB2. Grayscale: #585858. Windows color (decimal): -14191539 or 5076007. OLE color: 5076007.
HSL color Cylindrical-coordinate representation of color #27744D: hue angle of 149.61º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27744D is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 116 | 77 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.55 |
| HSL | 149.61º | 0.5% | 0.3% | - |
| HSV(B) | 149.61º | 0.66% | 0.45% | - |
| XYZ | 8.42 | 13.46 | 9.17 | - |
| YUV | 88.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 77 | 0.66 | 0 | 0.34 | 0.55 | 149.61 | 0.5 | 0.3 |
| Hex | 27 | 74 | 4D | 42 | 0 | 22 | 37 | 96 | 32 | 1E |
| Octal | 47 | 164 | 115 | 102 | 0 | 42 | 67 | 226 | 62 | 36 |
| Binary | 100111 | 1110100 | 1001101 | 1000010 | 0 | 100010 | 110111 | 10010110 | 110010 | 11110 |
Color Harmonies of #27744D
Complementary color
Monochromatic Colors of #27744D
Black with #27744D
Text Example
Text Example
White with #27744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27744D; }
p { color: rgb(39,116,77); }
H1.HeaderClassName
{
color: #27744D;
}
.AnyTagClassName
{
color: #27744D;
}
</style>
background-color css
<style>
a { background-color: #27744D; }
a { background-color: rgb(39,116,77); }
div.DivClassName
{
background-color: #27744D;
}
.BgClassName
{
background-color: #27744D;
}
</style>
border-color css
<style>
span { border-color: #27744D; }
span { border-color: rgb(39,116,77); }
td.TdClassName
{
border-color: #27744D;
}
.TagClassName
{
border-color: #27744D;
}
</style>