Shades of Salem #277955
Tints of Salem #277955
RGB
CMYK
RGB Variations
Color information
#277955 (or 0x277955) is known color: Salem. HEX triplet: 27, 79 and 55. RGB value is (39,121,85). Sum of RGB (Red+Green+Blue) = 39+121+85=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #277955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277955 is #D886AA. Grayscale: #5C5C5C. Windows color (decimal): -14190251 or 5601575. OLE color: 5601575.
HSL color Cylindrical-coordinate representation of color #277955: hue angle of 153.66º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277955 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 121 | 85 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.53 |
| HSL | 153.66º | 0.51% | 0.31% | - |
| HSV(B) | 153.66º | 0.68% | 0.47% | - |
| XYZ | 9.31 | 14.76 | 10.95 | - |
| YUV | 92.38 | 123.83 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 85 | 0.68 | 0 | 0.30 | 0.53 | 153.66 | 0.51 | 0.31 |
| Hex | 27 | 79 | 55 | 44 | 0 | 1E | 35 | 9A | 33 | 1F |
| Octal | 47 | 171 | 125 | 104 | 0 | 36 | 65 | 232 | 63 | 37 |
| Binary | 100111 | 1111001 | 1010101 | 1000100 | 0 | 11110 | 110101 | 10011010 | 110011 | 11111 |
Color Harmonies of #277955
Complementary color
Monochromatic Colors of #277955
Black with #277955
Text Example
Text Example
White with #277955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277955; }
p { color: rgb(39,121,85); }
H1.HeaderClassName
{
color: #277955;
}
.AnyTagClassName
{
color: #277955;
}
</style>
background-color css
<style>
a { background-color: #277955; }
a { background-color: rgb(39,121,85); }
div.DivClassName
{
background-color: #277955;
}
.BgClassName
{
background-color: #277955;
}
</style>
border-color css
<style>
span { border-color: #277955; }
span { border-color: rgb(39,121,85); }
td.TdClassName
{
border-color: #277955;
}
.TagClassName
{
border-color: #277955;
}
</style>