Shades of Salem #277A4A
Tints of Salem #277A4A
RGB
CMYK
RGB Variations
Color information
#277A4A (or 0x277A4A) is known color: Salem. HEX triplet: 27, 7A and 4A. RGB value is (39,122,74). Sum of RGB (Red+Green+Blue) = 39+122+74=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #277A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277A4A is #D885B5. Grayscale: #5B5B5B. Windows color (decimal): -14190006 or 4880935. OLE color: 4880935.
HSL color Cylindrical-coordinate representation of color #277A4A: hue angle of 145.3º 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 #277A4A is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 122 | 74 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.52 |
| HSL | 145.3º | 0.52% | 0.32% | - |
| HSV(B) | 145.3º | 0.68% | 0.48% | - |
| XYZ | 9.03 | 14.84 | 8.87 | - |
| YUV | 91.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 74 | 0.68 | 0 | 0.39 | 0.52 | 145.3 | 0.52 | 0.32 |
| Hex | 27 | 7A | 4A | 44 | 0 | 27 | 34 | 91 | 34 | 20 |
| Octal | 47 | 172 | 112 | 104 | 0 | 47 | 64 | 221 | 64 | 40 |
| Binary | 100111 | 1111010 | 1001010 | 1000100 | 0 | 100111 | 110100 | 10010001 | 110100 | 100000 |
Color Harmonies of #277A4A
Complementary color
Monochromatic Colors of #277A4A
Black with #277A4A
Text Example
Text Example
White with #277A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A4A; }
p { color: rgb(39,122,74); }
H1.HeaderClassName
{
color: #277A4A;
}
.AnyTagClassName
{
color: #277A4A;
}
</style>
background-color css
<style>
a { background-color: #277A4A; }
a { background-color: rgb(39,122,74); }
div.DivClassName
{
background-color: #277A4A;
}
.BgClassName
{
background-color: #277A4A;
}
</style>
border-color css
<style>
span { border-color: #277A4A; }
span { border-color: rgb(39,122,74); }
td.TdClassName
{
border-color: #277A4A;
}
.TagClassName
{
border-color: #277A4A;
}
</style>