Shades of Green #137014
Tints of Green #137014
RGB
CMYK
RGB Variations
Color information
#137014 (or 0x137014) is known color: Green. HEX triplet: 13, 70 and 14. RGB value is (19,112,20). Sum of RGB (Red+Green+Blue) = 19+112+20=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #137014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137014 is #EC8FEB. Grayscale: #494949. Windows color (decimal): -15503340 or 1339411. OLE color: 1339411.
HSL color Cylindrical-coordinate representation of color #137014: hue angle of 120.65º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137014 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 20 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.56 |
| HSL | 120.65º | 0.71% | 0.26% | - |
| HSV(B) | 120.65º | 0.83% | 0.44% | - |
| XYZ | 6.19 | 11.78 | 2.61 | - |
| YUV | 73.71 | 97.69 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 20 | 0.83 | 0 | 0.82 | 0.56 | 120.65 | 0.71 | 0.26 |
| Hex | 13 | 70 | 14 | 53 | 0 | 52 | 38 | 79 | 47 | 1A |
| Octal | 23 | 160 | 24 | 123 | 0 | 122 | 70 | 171 | 107 | 32 |
| Binary | 10011 | 1110000 | 10100 | 1010011 | 0 | 1010010 | 111000 | 1111001 | 1000111 | 11010 |
Color Harmonies of #137014
Complementary color
Monochromatic Colors of #137014
Black with #137014
Text Example
Text Example
White with #137014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137014; }
p { color: rgb(19,112,20); }
H1.HeaderClassName
{
color: #137014;
}
.AnyTagClassName
{
color: #137014;
}
</style>
background-color css
<style>
a { background-color: #137014; }
a { background-color: rgb(19,112,20); }
div.DivClassName
{
background-color: #137014;
}
.BgClassName
{
background-color: #137014;
}
</style>
border-color css
<style>
span { border-color: #137014; }
span { border-color: rgb(19,112,20); }
td.TdClassName
{
border-color: #137014;
}
.TagClassName
{
border-color: #137014;
}
</style>