Shades of Green #13880E
Tints of Green #13880E
RGB
CMYK
RGB Variations
Color information
#13880E (or 0x13880E) is known color: Green. HEX triplet: 13, 88 and 0E. RGB value is (19,136,14). Sum of RGB (Red+Green+Blue) = 19+136+14=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 136 (53.52% from 255 or 80.47% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 136 - color contains mainly: green. Hex color #13880E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13880E is #EC77F1. Grayscale: #575757. Windows color (decimal): -15497202 or 952339. OLE color: 952339.
HSL color Cylindrical-coordinate representation of color #13880E: hue angle of 117.54º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13880E is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 14 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.47 |
| HSL | 117.54º | 0.81% | 0.29% | - |
| HSV(B) | 117.54º | 0.9% | 0.53% | - |
| XYZ | 9.15 | 17.78 | 3.36 | - |
| YUV | 87.11 | 86.74 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 14 | 0.86 | 0 | 0.90 | 0.47 | 117.54 | 0.81 | 0.29 |
| Hex | 13 | 88 | E | 56 | 0 | 5A | 2F | 76 | 51 | 1D |
| Octal | 23 | 210 | 16 | 126 | 0 | 132 | 57 | 166 | 121 | 35 |
| Binary | 10011 | 10001000 | 1110 | 1010110 | 0 | 1011010 | 101111 | 1110110 | 1010001 | 11101 |
Color Harmonies of #13880E
Complementary color
Monochromatic Colors of #13880E
Black with #13880E
Text Example
Text Example
White with #13880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13880E; }
p { color: rgb(19,136,14); }
H1.HeaderClassName
{
color: #13880E;
}
.AnyTagClassName
{
color: #13880E;
}
</style>
background-color css
<style>
a { background-color: #13880E; }
a { background-color: rgb(19,136,14); }
div.DivClassName
{
background-color: #13880E;
}
.BgClassName
{
background-color: #13880E;
}
</style>
border-color css
<style>
span { border-color: #13880E; }
span { border-color: rgb(19,136,14); }
td.TdClassName
{
border-color: #13880E;
}
.TagClassName
{
border-color: #13880E;
}
</style>