Shades of Salem #277B4F
Tints of Salem #277B4F
RGB
CMYK
RGB Variations
Color information
#277B4F (or 0x277B4F) is known color: Salem. HEX triplet: 27, 7B and 4F. RGB value is (39,123,79). Sum of RGB (Red+Green+Blue) = 39+123+79=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #277B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B4F is #D884B0. Grayscale: #5C5C5C. Windows color (decimal): -14189745 or 5208871. OLE color: 5208871.
HSL color Cylindrical-coordinate representation of color #277B4F: hue angle of 148.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 #277B4F is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 123 | 79 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.52 |
| HSL | 148.57º | 0.52% | 0.32% | - |
| HSV(B) | 148.57º | 0.68% | 0.48% | - |
| XYZ | 9.33 | 15.16 | 9.83 | - |
| YUV | 92.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 79 | 0.68 | 0 | 0.36 | 0.52 | 148.57 | 0.52 | 0.32 |
| Hex | 27 | 7B | 4F | 44 | 0 | 24 | 34 | 95 | 34 | 20 |
| Octal | 47 | 173 | 117 | 104 | 0 | 44 | 64 | 225 | 64 | 40 |
| Binary | 100111 | 1111011 | 1001111 | 1000100 | 0 | 100100 | 110100 | 10010101 | 110100 | 100000 |
Color Harmonies of #277B4F
Complementary color
Monochromatic Colors of #277B4F
Black with #277B4F
Text Example
Text Example
White with #277B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277B4F; }
p { color: rgb(39,123,79); }
H1.HeaderClassName
{
color: #277B4F;
}
.AnyTagClassName
{
color: #277B4F;
}
</style>
background-color css
<style>
a { background-color: #277B4F; }
a { background-color: rgb(39,123,79); }
div.DivClassName
{
background-color: #277B4F;
}
.BgClassName
{
background-color: #277B4F;
}
</style>
border-color css
<style>
span { border-color: #277B4F; }
span { border-color: rgb(39,123,79); }
td.TdClassName
{
border-color: #277B4F;
}
.TagClassName
{
border-color: #277B4F;
}
</style>