Shades of Green #136715
Tints of Green #136715
RGB
CMYK
RGB Variations
Color information
#136715 (or 0x136715) is known color: Green. HEX triplet: 13, 67 and 15. RGB value is (19,103,21). Sum of RGB (Red+Green+Blue) = 19+103+21=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #136715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136715 is #EC98EA. Grayscale: #444444. Windows color (decimal): -15505643 or 1402643. OLE color: 1402643.
HSL color Cylindrical-coordinate representation of color #136715: hue angle of 121.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136715 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 21 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.60 |
| HSL | 121.43º | 0.69% | 0.24% | - |
| HSV(B) | 121.43º | 0.82% | 0.4% | - |
| XYZ | 5.25 | 9.89 | 2.34 | - |
| YUV | 68.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 21 | 0.82 | 0 | 0.80 | 0.60 | 121.43 | 0.69 | 0.24 |
| Hex | 13 | 67 | 15 | 52 | 0 | 50 | 3C | 79 | 45 | 18 |
| Octal | 23 | 147 | 25 | 122 | 0 | 120 | 74 | 171 | 105 | 30 |
| Binary | 10011 | 1100111 | 10101 | 1010010 | 0 | 1010000 | 111100 | 1111001 | 1000101 | 11000 |
Color Harmonies of #136715
Complementary color
Monochromatic Colors of #136715
Black with #136715
Text Example
Text Example
White with #136715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136715; }
p { color: rgb(19,103,21); }
H1.HeaderClassName
{
color: #136715;
}
.AnyTagClassName
{
color: #136715;
}
</style>
background-color css
<style>
a { background-color: #136715; }
a { background-color: rgb(19,103,21); }
div.DivClassName
{
background-color: #136715;
}
.BgClassName
{
background-color: #136715;
}
</style>
border-color css
<style>
span { border-color: #136715; }
span { border-color: rgb(19,103,21); }
td.TdClassName
{
border-color: #136715;
}
.TagClassName
{
border-color: #136715;
}
</style>