Shades of Salem #277B48
Tints of Salem #277B48
RGB
CMYK
RGB Variations
Color information
#277B48 (or 0x277B48) is known color: Salem. HEX triplet: 27, 7B and 48. RGB value is (39,123,72). Sum of RGB (Red+Green+Blue) = 39+123+72=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #277B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277B48 is #D884B7. Grayscale: #5C5C5C. Windows color (decimal): -14189752 or 4750119. OLE color: 4750119.
HSL color Cylindrical-coordinate representation of color #277B48: hue angle of 143.57º 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 #277B48 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 123 | 72 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.52 |
| HSL | 143.57º | 0.52% | 0.32% | - |
| HSV(B) | 143.57º | 0.68% | 0.48% | - |
| XYZ | 9.09 | 15.07 | 8.56 | - |
| YUV | 92.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 72 | 0.68 | 0 | 0.41 | 0.52 | 143.57 | 0.52 | 0.32 |
| Hex | 27 | 7B | 48 | 44 | 0 | 29 | 34 | 90 | 34 | 20 |
| Octal | 47 | 173 | 110 | 104 | 0 | 51 | 64 | 220 | 64 | 40 |
| Binary | 100111 | 1111011 | 1001000 | 1000100 | 0 | 101001 | 110100 | 10010000 | 110100 | 100000 |
Color Harmonies of #277B48
Complementary color
Monochromatic Colors of #277B48
Black with #277B48
Text Example
Text Example
White with #277B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277B48; }
p { color: rgb(39,123,72); }
H1.HeaderClassName
{
color: #277B48;
}
.AnyTagClassName
{
color: #277B48;
}
</style>
background-color css
<style>
a { background-color: #277B48; }
a { background-color: rgb(39,123,72); }
div.DivClassName
{
background-color: #277B48;
}
.BgClassName
{
background-color: #277B48;
}
</style>
border-color css
<style>
span { border-color: #277B48; }
span { border-color: rgb(39,123,72); }
td.TdClassName
{
border-color: #277B48;
}
.TagClassName
{
border-color: #277B48;
}
</style>