Shades of Salem #27784C
Tints of Salem #27784C
RGB
CMYK
RGB Variations
Color information
#27784C (or 0x27784C) is known color: Salem. HEX triplet: 27, 78 and 4C. RGB value is (39,120,76). Sum of RGB (Red+Green+Blue) = 39+120+76=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #27784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27784C is #D887B3. Grayscale: #5A5A5A. Windows color (decimal): -14190516 or 5011495. OLE color: 5011495.
HSL color Cylindrical-coordinate representation of color #27784C: hue angle of 147.41º 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 #27784C is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 120 | 76 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.53 |
| HSL | 147.41º | 0.51% | 0.31% | - |
| HSV(B) | 147.41º | 0.68% | 0.47% | - |
| XYZ | 8.86 | 14.39 | 9.15 | - |
| YUV | 90.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 120 | 76 | 0.67 | 0 | 0.37 | 0.53 | 147.41 | 0.51 | 0.31 |
| Hex | 27 | 78 | 4C | 43 | 0 | 25 | 35 | 93 | 33 | 1F |
| Octal | 47 | 170 | 114 | 103 | 0 | 45 | 65 | 223 | 63 | 37 |
| Binary | 100111 | 1111000 | 1001100 | 1000011 | 0 | 100101 | 110101 | 10010011 | 110011 | 11111 |
Color Harmonies of #27784C
Complementary color
Monochromatic Colors of #27784C
Black with #27784C
Text Example
Text Example
White with #27784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27784C; }
p { color: rgb(39,120,76); }
H1.HeaderClassName
{
color: #27784C;
}
.AnyTagClassName
{
color: #27784C;
}
</style>
background-color css
<style>
a { background-color: #27784C; }
a { background-color: rgb(39,120,76); }
div.DivClassName
{
background-color: #27784C;
}
.BgClassName
{
background-color: #27784C;
}
</style>
border-color css
<style>
span { border-color: #27784C; }
span { border-color: rgb(39,120,76); }
td.TdClassName
{
border-color: #27784C;
}
.TagClassName
{
border-color: #27784C;
}
</style>