Shades of Green #13780D
Tints of Green #13780D
RGB
CMYK
RGB Variations
Color information
#13780D (or 0x13780D) is known color: Green. HEX triplet: 13, 78 and 0D. RGB value is (19,120,13). Sum of RGB (Red+Green+Blue) = 19+120+13=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 120 (47.27% from 255 or 78.95% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 120 - color contains mainly: green. Hex color #13780D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13780D is #EC87F2. Grayscale: #4D4D4D. Windows color (decimal): -15501299 or 882707. OLE color: 882707.
HSL color Cylindrical-coordinate representation of color #13780D: hue angle of 116.64º 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 #13780D is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 120 | 13 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.53 |
| HSL | 116.64º | 0.8% | 0.26% | - |
| HSV(B) | 116.64º | 0.89% | 0.47% | - |
| XYZ | 7.06 | 13.6 | 2.63 | - |
| YUV | 77.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 13 | 0.84 | 0 | 0.89 | 0.53 | 116.64 | 0.8 | 0.26 |
| Hex | 13 | 78 | D | 54 | 0 | 59 | 35 | 75 | 50 | 1A |
| Octal | 23 | 170 | 15 | 124 | 0 | 131 | 65 | 165 | 120 | 32 |
| Binary | 10011 | 1111000 | 1101 | 1010100 | 0 | 1011001 | 110101 | 1110101 | 1010000 | 11010 |
Color Harmonies of #13780D
Complementary color
Monochromatic Colors of #13780D
Black with #13780D
Text Example
Text Example
White with #13780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13780D; }
p { color: rgb(19,120,13); }
H1.HeaderClassName
{
color: #13780D;
}
.AnyTagClassName
{
color: #13780D;
}
</style>
background-color css
<style>
a { background-color: #13780D; }
a { background-color: rgb(19,120,13); }
div.DivClassName
{
background-color: #13780D;
}
.BgClassName
{
background-color: #13780D;
}
</style>
border-color css
<style>
span { border-color: #13780D; }
span { border-color: rgb(19,120,13); }
td.TdClassName
{
border-color: #13780D;
}
.TagClassName
{
border-color: #13780D;
}
</style>