Shades of Green #13730D
Tints of Green #13730D
RGB
CMYK
RGB Variations
Color information
#13730D (or 0x13730D) is known color: Green. HEX triplet: 13, 73 and 0D. RGB value is (19,115,13). Sum of RGB (Red+Green+Blue) = 19+115+13=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #13730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13730D is #EC8CF2. Grayscale: #4A4A4A. Windows color (decimal): -15502579 or 881427. OLE color: 881427.
HSL color Cylindrical-coordinate representation of color #13730D: hue angle of 116.47º 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 #13730D is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 13 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.55 |
| HSL | 116.47º | 0.8% | 0.25% | - |
| HSV(B) | 116.47º | 0.89% | 0.45% | - |
| XYZ | 6.47 | 12.43 | 2.44 | - |
| YUV | 74.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 13 | 0.83 | 0 | 0.89 | 0.55 | 116.47 | 0.8 | 0.25 |
| Hex | 13 | 73 | D | 53 | 0 | 59 | 37 | 74 | 50 | 19 |
| Octal | 23 | 163 | 15 | 123 | 0 | 131 | 67 | 164 | 120 | 31 |
| Binary | 10011 | 1110011 | 1101 | 1010011 | 0 | 1011001 | 110111 | 1110100 | 1010000 | 11001 |
Color Harmonies of #13730D
Complementary color
Monochromatic Colors of #13730D
Black with #13730D
Text Example
Text Example
White with #13730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13730D; }
p { color: rgb(19,115,13); }
H1.HeaderClassName
{
color: #13730D;
}
.AnyTagClassName
{
color: #13730D;
}
</style>
background-color css
<style>
a { background-color: #13730D; }
a { background-color: rgb(19,115,13); }
div.DivClassName
{
background-color: #13730D;
}
.BgClassName
{
background-color: #13730D;
}
</style>
border-color css
<style>
span { border-color: #13730D; }
span { border-color: rgb(19,115,13); }
td.TdClassName
{
border-color: #13730D;
}
.TagClassName
{
border-color: #13730D;
}
</style>