Shades of Green #136916
Tints of Green #136916
RGB
CMYK
RGB Variations
Color information
#136916 (or 0x136916) is known color: Green. HEX triplet: 13, 69 and 16. RGB value is (19,105,22). Sum of RGB (Red+Green+Blue) = 19+105+22=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #136916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136916 is #EC96E9. Grayscale: #464646. Windows color (decimal): -15505130 or 1468691. OLE color: 1468691.
HSL color Cylindrical-coordinate representation of color #136916: hue angle of 122.09º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136916 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 22 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.59 |
| HSL | 122.09º | 0.69% | 0.24% | - |
| HSV(B) | 122.09º | 0.82% | 0.41% | - |
| XYZ | 5.46 | 10.3 | 2.46 | - |
| YUV | 69.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 22 | 0.82 | 0 | 0.79 | 0.59 | 122.09 | 0.69 | 0.24 |
| Hex | 13 | 69 | 16 | 52 | 0 | 4F | 3B | 7A | 45 | 18 |
| Octal | 23 | 151 | 26 | 122 | 0 | 117 | 73 | 172 | 105 | 30 |
| Binary | 10011 | 1101001 | 10110 | 1010010 | 0 | 1001111 | 111011 | 1111010 | 1000101 | 11000 |
Color Harmonies of #136916
Complementary color
Monochromatic Colors of #136916
Black with #136916
Text Example
Text Example
White with #136916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136916; }
p { color: rgb(19,105,22); }
H1.HeaderClassName
{
color: #136916;
}
.AnyTagClassName
{
color: #136916;
}
</style>
background-color css
<style>
a { background-color: #136916; }
a { background-color: rgb(19,105,22); }
div.DivClassName
{
background-color: #136916;
}
.BgClassName
{
background-color: #136916;
}
</style>
border-color css
<style>
span { border-color: #136916; }
span { border-color: rgb(19,105,22); }
td.TdClassName
{
border-color: #136916;
}
.TagClassName
{
border-color: #136916;
}
</style>