Shades of Green #137711
Tints of Green #137711
RGB
CMYK
RGB Variations
Color information
#137711 (or 0x137711) is known color: Green. HEX triplet: 13, 77 and 11. RGB value is (19,119,17). Sum of RGB (Red+Green+Blue) = 19+119+17=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #137711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137711 is #EC88EE. Grayscale: #4D4D4D. Windows color (decimal): -15501551 or 1144595. OLE color: 1144595.
HSL color Cylindrical-coordinate representation of color #137711: hue angle of 118.82º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137711 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 119 | 17 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.53 |
| HSL | 118.82º | 0.75% | 0.27% | - |
| HSV(B) | 118.82º | 0.86% | 0.47% | - |
| XYZ | 6.97 | 13.37 | 2.74 | - |
| YUV | 77.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 17 | 0.84 | 0 | 0.86 | 0.53 | 118.82 | 0.75 | 0.27 |
| Hex | 13 | 77 | 11 | 54 | 0 | 56 | 35 | 77 | 4B | 1B |
| Octal | 23 | 167 | 21 | 124 | 0 | 126 | 65 | 167 | 113 | 33 |
| Binary | 10011 | 1110111 | 10001 | 1010100 | 0 | 1010110 | 110101 | 1110111 | 1001011 | 11011 |
Color Harmonies of #137711
Complementary color
Monochromatic Colors of #137711
Black with #137711
Text Example
Text Example
White with #137711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137711; }
p { color: rgb(19,119,17); }
H1.HeaderClassName
{
color: #137711;
}
.AnyTagClassName
{
color: #137711;
}
</style>
background-color css
<style>
a { background-color: #137711; }
a { background-color: rgb(19,119,17); }
div.DivClassName
{
background-color: #137711;
}
.BgClassName
{
background-color: #137711;
}
</style>
border-color css
<style>
span { border-color: #137711; }
span { border-color: rgb(19,119,17); }
td.TdClassName
{
border-color: #137711;
}
.TagClassName
{
border-color: #137711;
}
</style>