Shades of Salem #277A4E
Tints of Salem #277A4E
RGB
CMYK
RGB Variations
Color information
#277A4E (or 0x277A4E) is known color: Salem. HEX triplet: 27, 7A and 4E. RGB value is (39,122,78). Sum of RGB (Red+Green+Blue) = 39+122+78=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #277A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277A4E is #D885B1. Grayscale: #5C5C5C. Windows color (decimal): -14190002 or 5143079. OLE color: 5143079.
HSL color Cylindrical-coordinate representation of color #277A4E: hue angle of 148.19º 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 #277A4E is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 122 | 78 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.52 |
| HSL | 148.19º | 0.52% | 0.32% | - |
| HSV(B) | 148.19º | 0.68% | 0.48% | - |
| XYZ | 9.17 | 14.9 | 9.6 | - |
| YUV | 92.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 78 | 0.68 | 0 | 0.36 | 0.52 | 148.19 | 0.52 | 0.32 |
| Hex | 27 | 7A | 4E | 44 | 0 | 24 | 34 | 94 | 34 | 20 |
| Octal | 47 | 172 | 116 | 104 | 0 | 44 | 64 | 224 | 64 | 40 |
| Binary | 100111 | 1111010 | 1001110 | 1000100 | 0 | 100100 | 110100 | 10010100 | 110100 | 100000 |
Color Harmonies of #277A4E
Complementary color
Monochromatic Colors of #277A4E
Black with #277A4E
Text Example
Text Example
White with #277A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A4E; }
p { color: rgb(39,122,78); }
H1.HeaderClassName
{
color: #277A4E;
}
.AnyTagClassName
{
color: #277A4E;
}
</style>
background-color css
<style>
a { background-color: #277A4E; }
a { background-color: rgb(39,122,78); }
div.DivClassName
{
background-color: #277A4E;
}
.BgClassName
{
background-color: #277A4E;
}
</style>
border-color css
<style>
span { border-color: #277A4E; }
span { border-color: rgb(39,122,78); }
td.TdClassName
{
border-color: #277A4E;
}
.TagClassName
{
border-color: #277A4E;
}
</style>