Shades of Green #13880D
Tints of Green #13880D
RGB
CMYK
RGB Variations
Color information
#13880D (or 0x13880D) is known color: Green. HEX triplet: 13, 88 and 0D. RGB value is (19,136,13). Sum of RGB (Red+Green+Blue) = 19+136+13=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #13880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13880D is #EC77F2. Grayscale: #575757. Windows color (decimal): -15497203 or 886803. OLE color: 886803.
HSL color Cylindrical-coordinate representation of color #13880D: hue angle of 117.07º degrees, saturation: 0.83, 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 #13880D is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 13 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.47 |
| HSL | 117.07º | 0.83% | 0.29% | - |
| HSV(B) | 117.07º | 0.9% | 0.53% | - |
| XYZ | 9.15 | 17.78 | 3.33 | - |
| YUV | 87 | 86.24 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 13 | 0.86 | 0 | 0.90 | 0.47 | 117.07 | 0.83 | 0.29 |
| Hex | 13 | 88 | D | 56 | 0 | 5A | 2F | 75 | 53 | 1D |
| Octal | 23 | 210 | 15 | 126 | 0 | 132 | 57 | 165 | 123 | 35 |
| Binary | 10011 | 10001000 | 1101 | 1010110 | 0 | 1011010 | 101111 | 1110101 | 1010011 | 11101 |
Color Harmonies of #13880D
Complementary color
Monochromatic Colors of #13880D
Black with #13880D
Text Example
Text Example
White with #13880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13880D; }
p { color: rgb(19,136,13); }
H1.HeaderClassName
{
color: #13880D;
}
.AnyTagClassName
{
color: #13880D;
}
</style>
background-color css
<style>
a { background-color: #13880D; }
a { background-color: rgb(19,136,13); }
div.DivClassName
{
background-color: #13880D;
}
.BgClassName
{
background-color: #13880D;
}
</style>
border-color css
<style>
span { border-color: #13880D; }
span { border-color: rgb(19,136,13); }
td.TdClassName
{
border-color: #13880D;
}
.TagClassName
{
border-color: #13880D;
}
</style>