Shades of Salem #277151
Tints of Salem #277151
RGB
CMYK
RGB Variations
Color information
#277151 (or 0x277151) is known color: Salem. HEX triplet: 27, 71 and 51. RGB value is (39,113,81). Sum of RGB (Red+Green+Blue) = 39+113+81=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #277151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277151 is #D88EAE. Grayscale: #575757. Windows color (decimal): -14192303 or 5337383. OLE color: 5337383.
HSL color Cylindrical-coordinate representation of color #277151: hue angle of 154.05º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277151 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 113 | 81 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.56 |
| HSL | 154.05º | 0.49% | 0.3% | - |
| HSV(B) | 154.05º | 0.65% | 0.44% | - |
| XYZ | 8.23 | 12.84 | 9.83 | - |
| YUV | 87.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 81 | 0.65 | 0 | 0.28 | 0.56 | 154.05 | 0.49 | 0.3 |
| Hex | 27 | 71 | 51 | 41 | 0 | 1C | 38 | 9A | 31 | 1E |
| Octal | 47 | 161 | 121 | 101 | 0 | 34 | 70 | 232 | 61 | 36 |
| Binary | 100111 | 1110001 | 1010001 | 1000001 | 0 | 11100 | 111000 | 10011010 | 110001 | 11110 |
Color Harmonies of #277151
Complementary color
Monochromatic Colors of #277151
Black with #277151
Text Example
Text Example
White with #277151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277151; }
p { color: rgb(39,113,81); }
H1.HeaderClassName
{
color: #277151;
}
.AnyTagClassName
{
color: #277151;
}
</style>
background-color css
<style>
a { background-color: #277151; }
a { background-color: rgb(39,113,81); }
div.DivClassName
{
background-color: #277151;
}
.BgClassName
{
background-color: #277151;
}
</style>
border-color css
<style>
span { border-color: #277151; }
span { border-color: rgb(39,113,81); }
td.TdClassName
{
border-color: #277151;
}
.TagClassName
{
border-color: #277151;
}
</style>