Shades of Green #136911
Tints of Green #136911
RGB
CMYK
RGB Variations
Color information
#136911 (or 0x136911) is known color: Green. HEX triplet: 13, 69 and 11. RGB value is (19,105,17). Sum of RGB (Red+Green+Blue) = 19+105+17=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #136911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136911 is #EC96EE. Grayscale: #454545. Windows color (decimal): -15505135 or 1141011. OLE color: 1141011.
HSL color Cylindrical-coordinate representation of color #136911: hue angle of 118.64º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136911 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 17 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.59 |
| HSL | 118.64º | 0.72% | 0.24% | - |
| HSV(B) | 118.64º | 0.84% | 0.41% | - |
| XYZ | 5.42 | 10.28 | 2.23 | - |
| YUV | 69.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 17 | 0.82 | 0 | 0.84 | 0.59 | 118.64 | 0.72 | 0.24 |
| Hex | 13 | 69 | 11 | 52 | 0 | 54 | 3B | 77 | 48 | 18 |
| Octal | 23 | 151 | 21 | 122 | 0 | 124 | 73 | 167 | 110 | 30 |
| Binary | 10011 | 1101001 | 10001 | 1010010 | 0 | 1010100 | 111011 | 1110111 | 1001000 | 11000 |
Color Harmonies of #136911
Complementary color
Monochromatic Colors of #136911
Black with #136911
Text Example
Text Example
White with #136911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136911; }
p { color: rgb(19,105,17); }
H1.HeaderClassName
{
color: #136911;
}
.AnyTagClassName
{
color: #136911;
}
</style>
background-color css
<style>
a { background-color: #136911; }
a { background-color: rgb(19,105,17); }
div.DivClassName
{
background-color: #136911;
}
.BgClassName
{
background-color: #136911;
}
</style>
border-color css
<style>
span { border-color: #136911; }
span { border-color: rgb(19,105,17); }
td.TdClassName
{
border-color: #136911;
}
.TagClassName
{
border-color: #136911;
}
</style>