Shades of Salem #277B49
Tints of Salem #277B49
RGB
CMYK
RGB Variations
Color information
#277B49 (or 0x277B49) is known color: Salem. HEX triplet: 27, 7B and 49. RGB value is (39,123,73). Sum of RGB (Red+Green+Blue) = 39+123+73=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #277B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277B49 is #D884B6. Grayscale: #5C5C5C. Windows color (decimal): -14189751 or 4815655. OLE color: 4815655.
HSL color Cylindrical-coordinate representation of color #277B49: hue angle of 144.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277B49 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 123 | 73 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.52 |
| HSL | 144.29º | 0.52% | 0.32% | - |
| HSV(B) | 144.29º | 0.68% | 0.48% | - |
| XYZ | 9.12 | 15.08 | 8.73 | - |
| YUV | 92.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 73 | 0.68 | 0 | 0.41 | 0.52 | 144.29 | 0.52 | 0.32 |
| Hex | 27 | 7B | 49 | 44 | 0 | 29 | 34 | 90 | 34 | 20 |
| Octal | 47 | 173 | 111 | 104 | 0 | 51 | 64 | 220 | 64 | 40 |
| Binary | 100111 | 1111011 | 1001001 | 1000100 | 0 | 101001 | 110100 | 10010000 | 110100 | 100000 |
Color Harmonies of #277B49
Complementary color
Monochromatic Colors of #277B49
Black with #277B49
Text Example
Text Example
White with #277B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277B49; }
p { color: rgb(39,123,73); }
H1.HeaderClassName
{
color: #277B49;
}
.AnyTagClassName
{
color: #277B49;
}
</style>
background-color css
<style>
a { background-color: #277B49; }
a { background-color: rgb(39,123,73); }
div.DivClassName
{
background-color: #277B49;
}
.BgClassName
{
background-color: #277B49;
}
</style>
border-color css
<style>
span { border-color: #277B49; }
span { border-color: rgb(39,123,73); }
td.TdClassName
{
border-color: #277B49;
}
.TagClassName
{
border-color: #277B49;
}
</style>