Shades of Salem #117F44
Tints of Salem #117F44
RGB
CMYK
RGB Variations
Color information
#117F44 (or 0x117F44) is known color: Salem. HEX triplet: 11, 7F and 44. RGB value is (17,127,68). Sum of RGB (Red+Green+Blue) = 17+127+68=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #117F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117F44 is #EE80BB. Grayscale: #575757. Windows color (decimal): -15630524 or 4488977. OLE color: 4488977.
HSL color Cylindrical-coordinate representation of color #117F44: hue angle of 147.82º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F44 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 127 | 68 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.50 |
| HSL | 147.82º | 0.76% | 0.28% | - |
| HSV(B) | 147.82º | 0.87% | 0.5% | - |
| XYZ | 8.86 | 15.72 | 8.04 | - |
| YUV | 87.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 68 | 0.87 | 0 | 0.46 | 0.50 | 147.82 | 0.76 | 0.28 |
| Hex | 11 | 7F | 44 | 57 | 0 | 2E | 32 | 94 | 4C | 1C |
| Octal | 21 | 177 | 104 | 127 | 0 | 56 | 62 | 224 | 114 | 34 |
| Binary | 10001 | 1111111 | 1000100 | 1010111 | 0 | 101110 | 110010 | 10010100 | 1001100 | 11100 |
Color Harmonies of #117F44
Complementary color
Monochromatic Colors of #117F44
Black with #117F44
Text Example
Text Example
White with #117F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117F44; }
p { color: rgb(17,127,68); }
H1.HeaderClassName
{
color: #117F44;
}
.AnyTagClassName
{
color: #117F44;
}
</style>
background-color css
<style>
a { background-color: #117F44; }
a { background-color: rgb(17,127,68); }
div.DivClassName
{
background-color: #117F44;
}
.BgClassName
{
background-color: #117F44;
}
</style>
border-color css
<style>
span { border-color: #117F44; }
span { border-color: rgb(17,127,68); }
td.TdClassName
{
border-color: #117F44;
}
.TagClassName
{
border-color: #117F44;
}
</style>