Shades of Green #136815
Tints of Green #136815
RGB
CMYK
RGB Variations
Color information
#136815 (or 0x136815) is known color: Green. HEX triplet: 13, 68 and 15. RGB value is (19,104,21). Sum of RGB (Red+Green+Blue) = 19+104+21=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #136815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136815 is #EC97EA. Grayscale: #454545. Windows color (decimal): -15505387 or 1402899. OLE color: 1402899.
HSL color Cylindrical-coordinate representation of color #136815: hue angle of 121.41º 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 #136815 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 21 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.59 |
| HSL | 121.41º | 0.69% | 0.24% | - |
| HSV(B) | 121.41º | 0.82% | 0.41% | - |
| XYZ | 5.35 | 10.09 | 2.38 | - |
| YUV | 69.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 21 | 0.82 | 0 | 0.80 | 0.59 | 121.41 | 0.69 | 0.24 |
| Hex | 13 | 68 | 15 | 52 | 0 | 50 | 3B | 79 | 45 | 18 |
| Octal | 23 | 150 | 25 | 122 | 0 | 120 | 73 | 171 | 105 | 30 |
| Binary | 10011 | 1101000 | 10101 | 1010010 | 0 | 1010000 | 111011 | 1111001 | 1000101 | 11000 |
Color Harmonies of #136815
Complementary color
Monochromatic Colors of #136815
Black with #136815
Text Example
Text Example
White with #136815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136815; }
p { color: rgb(19,104,21); }
H1.HeaderClassName
{
color: #136815;
}
.AnyTagClassName
{
color: #136815;
}
</style>
background-color css
<style>
a { background-color: #136815; }
a { background-color: rgb(19,104,21); }
div.DivClassName
{
background-color: #136815;
}
.BgClassName
{
background-color: #136815;
}
</style>
border-color css
<style>
span { border-color: #136815; }
span { border-color: rgb(19,104,21); }
td.TdClassName
{
border-color: #136815;
}
.TagClassName
{
border-color: #136815;
}
</style>