Shades of Salem #11764A
Tints of Salem #11764A
RGB
CMYK
RGB Variations
Color information
#11764A (or 0x11764A) is known color: Salem. HEX triplet: 11, 76 and 4A. RGB value is (17,118,74). Sum of RGB (Red+Green+Blue) = 17+118+74=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #11764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11764A is #EE89B5. Grayscale: #525252. Windows color (decimal): -15632822 or 4879889. OLE color: 4879889.
HSL color Cylindrical-coordinate representation of color #11764A: hue angle of 153.86º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11764A is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 74 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.54 |
| HSL | 153.86º | 0.75% | 0.26% | - |
| HSV(B) | 153.86º | 0.86% | 0.46% | - |
| XYZ | 7.95 | 13.57 | 8.68 | - |
| YUV | 82.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 74 | 0.86 | 0 | 0.37 | 0.54 | 153.86 | 0.75 | 0.26 |
| Hex | 11 | 76 | 4A | 56 | 0 | 25 | 36 | 9A | 4B | 1A |
| Octal | 21 | 166 | 112 | 126 | 0 | 45 | 66 | 232 | 113 | 32 |
| Binary | 10001 | 1110110 | 1001010 | 1010110 | 0 | 100101 | 110110 | 10011010 | 1001011 | 11010 |
Color Harmonies of #11764A
Complementary color
Monochromatic Colors of #11764A
Black with #11764A
Text Example
Text Example
White with #11764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11764A; }
p { color: rgb(17,118,74); }
H1.HeaderClassName
{
color: #11764A;
}
.AnyTagClassName
{
color: #11764A;
}
</style>
background-color css
<style>
a { background-color: #11764A; }
a { background-color: rgb(17,118,74); }
div.DivClassName
{
background-color: #11764A;
}
.BgClassName
{
background-color: #11764A;
}
</style>
border-color css
<style>
span { border-color: #11764A; }
span { border-color: rgb(17,118,74); }
td.TdClassName
{
border-color: #11764A;
}
.TagClassName
{
border-color: #11764A;
}
</style>