Shades of Green #13810E
Tints of Green #13810E
RGB
CMYK
RGB Variations
Color information
#13810E (or 0x13810E) is known color: Green. HEX triplet: 13, 81 and 0E. RGB value is (19,129,14). Sum of RGB (Red+Green+Blue) = 19+129+14=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 129 (50.78% from 255 or 79.63% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 129 - color contains mainly: green. Hex color #13810E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13810E is #EC7EF1. Grayscale: #535353. Windows color (decimal): -15498994 or 950547. OLE color: 950547.
HSL color Cylindrical-coordinate representation of color #13810E: hue angle of 117.39º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13810E is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 14 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.49 |
| HSL | 117.39º | 0.8% | 0.28% | - |
| HSV(B) | 117.39º | 0.89% | 0.51% | - |
| XYZ | 8.2 | 15.87 | 3.05 | - |
| YUV | 83 | 89.06 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 14 | 0.85 | 0 | 0.89 | 0.49 | 117.39 | 0.8 | 0.28 |
| Hex | 13 | 81 | E | 55 | 0 | 59 | 31 | 75 | 50 | 1C |
| Octal | 23 | 201 | 16 | 125 | 0 | 131 | 61 | 165 | 120 | 34 |
| Binary | 10011 | 10000001 | 1110 | 1010101 | 0 | 1011001 | 110001 | 1110101 | 1010000 | 11100 |
Color Harmonies of #13810E
Complementary color
Monochromatic Colors of #13810E
Black with #13810E
Text Example
Text Example
White with #13810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13810E; }
p { color: rgb(19,129,14); }
H1.HeaderClassName
{
color: #13810E;
}
.AnyTagClassName
{
color: #13810E;
}
</style>
background-color css
<style>
a { background-color: #13810E; }
a { background-color: rgb(19,129,14); }
div.DivClassName
{
background-color: #13810E;
}
.BgClassName
{
background-color: #13810E;
}
</style>
border-color css
<style>
span { border-color: #13810E; }
span { border-color: rgb(19,129,14); }
td.TdClassName
{
border-color: #13810E;
}
.TagClassName
{
border-color: #13810E;
}
</style>