Shades of Green #117313
Tints of Green #117313
RGB
CMYK
RGB Variations
Color information
#117313 (or 0x117313) is known color: Green. HEX triplet: 11, 73 and 13. RGB value is (17,115,19). Sum of RGB (Red+Green+Blue) = 17+115+19=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #117313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117313 is #EE8CEC. Grayscale: #4B4B4B. Windows color (decimal): -15633645 or 1274641. OLE color: 1274641.
HSL color Cylindrical-coordinate representation of color #117313: hue angle of 121.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117313 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 19 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.55 |
| HSL | 121.22º | 0.74% | 0.26% | - |
| HSV(B) | 121.22º | 0.85% | 0.45% | - |
| XYZ | 6.48 | 12.43 | 2.67 | - |
| YUV | 74.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 19 | 0.85 | 0 | 0.83 | 0.55 | 121.22 | 0.74 | 0.26 |
| Hex | 11 | 73 | 13 | 55 | 0 | 53 | 37 | 79 | 4A | 1A |
| Octal | 21 | 163 | 23 | 125 | 0 | 123 | 67 | 171 | 112 | 32 |
| Binary | 10001 | 1110011 | 10011 | 1010101 | 0 | 1010011 | 110111 | 1111001 | 1001010 | 11010 |
Color Harmonies of #117313
Complementary color
Monochromatic Colors of #117313
Black with #117313
Text Example
Text Example
White with #117313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117313; }
p { color: rgb(17,115,19); }
H1.HeaderClassName
{
color: #117313;
}
.AnyTagClassName
{
color: #117313;
}
</style>
background-color css
<style>
a { background-color: #117313; }
a { background-color: rgb(17,115,19); }
div.DivClassName
{
background-color: #117313;
}
.BgClassName
{
background-color: #117313;
}
</style>
border-color css
<style>
span { border-color: #117313; }
span { border-color: rgb(17,115,19); }
td.TdClassName
{
border-color: #117313;
}
.TagClassName
{
border-color: #117313;
}
</style>