Shades of Green #13740D
Tints of Green #13740D
RGB
CMYK
RGB Variations
Color information
#13740D (or 0x13740D) is known color: Green. HEX triplet: 13, 74 and 0D. RGB value is (19,116,13). Sum of RGB (Red+Green+Blue) = 19+116+13=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 116 (45.70% from 255 or 78.38% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 116 - color contains mainly: green. Hex color #13740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13740D is #EC8BF2. Grayscale: #4B4B4B. Windows color (decimal): -15502323 or 881683. OLE color: 881683.
HSL color Cylindrical-coordinate representation of color #13740D: hue angle of 116.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13740D is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 13 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.55 |
| HSL | 116.5º | 0.8% | 0.25% | - |
| HSV(B) | 116.5º | 0.89% | 0.45% | - |
| XYZ | 6.59 | 12.66 | 2.48 | - |
| YUV | 75.26 | 92.86 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 13 | 0.84 | 0 | 0.89 | 0.55 | 116.5 | 0.8 | 0.25 |
| Hex | 13 | 74 | D | 54 | 0 | 59 | 37 | 75 | 50 | 19 |
| Octal | 23 | 164 | 15 | 124 | 0 | 131 | 67 | 165 | 120 | 31 |
| Binary | 10011 | 1110100 | 1101 | 1010100 | 0 | 1011001 | 110111 | 1110101 | 1010000 | 11001 |
Color Harmonies of #13740D
Complementary color
Monochromatic Colors of #13740D
Black with #13740D
Text Example
Text Example
White with #13740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13740D; }
p { color: rgb(19,116,13); }
H1.HeaderClassName
{
color: #13740D;
}
.AnyTagClassName
{
color: #13740D;
}
</style>
background-color css
<style>
a { background-color: #13740D; }
a { background-color: rgb(19,116,13); }
div.DivClassName
{
background-color: #13740D;
}
.BgClassName
{
background-color: #13740D;
}
</style>
border-color css
<style>
span { border-color: #13740D; }
span { border-color: rgb(19,116,13); }
td.TdClassName
{
border-color: #13740D;
}
.TagClassName
{
border-color: #13740D;
}
</style>