Shades of Green #13770D
Tints of Green #13770D
RGB
CMYK
RGB Variations
Color information
#13770D (or 0x13770D) is known color: Green. HEX triplet: 13, 77 and 0D. RGB value is (19,119,13). Sum of RGB (Red+Green+Blue) = 19+119+13=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 119 (46.88% from 255 or 78.81% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 119 - color contains mainly: green. Hex color #13770D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13770D is #EC88F2. Grayscale: #4D4D4D. Windows color (decimal): -15501555 or 882451. OLE color: 882451.
HSL color Cylindrical-coordinate representation of color #13770D: hue angle of 116.6º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13770D is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 119 | 13 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.53 |
| HSL | 116.6º | 0.8% | 0.26% | - |
| HSV(B) | 116.6º | 0.89% | 0.47% | - |
| XYZ | 6.94 | 13.36 | 2.59 | - |
| YUV | 77.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 13 | 0.84 | 0 | 0.89 | 0.53 | 116.6 | 0.8 | 0.26 |
| Hex | 13 | 77 | D | 54 | 0 | 59 | 35 | 75 | 50 | 1A |
| Octal | 23 | 167 | 15 | 124 | 0 | 131 | 65 | 165 | 120 | 32 |
| Binary | 10011 | 1110111 | 1101 | 1010100 | 0 | 1011001 | 110101 | 1110101 | 1010000 | 11010 |
Color Harmonies of #13770D
Complementary color
Monochromatic Colors of #13770D
Black with #13770D
Text Example
Text Example
White with #13770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13770D; }
p { color: rgb(19,119,13); }
H1.HeaderClassName
{
color: #13770D;
}
.AnyTagClassName
{
color: #13770D;
}
</style>
background-color css
<style>
a { background-color: #13770D; }
a { background-color: rgb(19,119,13); }
div.DivClassName
{
background-color: #13770D;
}
.BgClassName
{
background-color: #13770D;
}
</style>
border-color css
<style>
span { border-color: #13770D; }
span { border-color: rgb(19,119,13); }
td.TdClassName
{
border-color: #13770D;
}
.TagClassName
{
border-color: #13770D;
}
</style>