Shades of Green #13880A
Tints of Green #13880A
RGB
CMYK
RGB Variations
Color information
#13880A (or 0x13880A) is known color: Green. HEX triplet: 13, 88 and 0A. RGB value is (19,136,10). Sum of RGB (Red+Green+Blue) = 19+136+10=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 136 (53.52% from 255 or 82.42% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 136 - color contains mainly: green. Hex color #13880A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13880A is #EC77F5. Grayscale: #575757. Windows color (decimal): -15497206 or 690195. OLE color: 690195.
HSL color Cylindrical-coordinate representation of color #13880A: hue angle of 115.71º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13880A is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 10 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.47 |
| HSL | 115.71º | 0.86% | 0.29% | - |
| HSV(B) | 115.71º | 0.93% | 0.53% | - |
| XYZ | 9.13 | 17.77 | 3.24 | - |
| YUV | 86.65 | 84.74 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 10 | 0.86 | 0 | 0.93 | 0.47 | 115.71 | 0.86 | 0.29 |
| Hex | 13 | 88 | A | 56 | 0 | 5D | 2F | 74 | 56 | 1D |
| Octal | 23 | 210 | 12 | 126 | 0 | 135 | 57 | 164 | 126 | 35 |
| Binary | 10011 | 10001000 | 1010 | 1010110 | 0 | 1011101 | 101111 | 1110100 | 1010110 | 11101 |
Color Harmonies of #13880A
Complementary color
Monochromatic Colors of #13880A
Black with #13880A
Text Example
Text Example
White with #13880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13880A; }
p { color: rgb(19,136,10); }
H1.HeaderClassName
{
color: #13880A;
}
.AnyTagClassName
{
color: #13880A;
}
</style>
background-color css
<style>
a { background-color: #13880A; }
a { background-color: rgb(19,136,10); }
div.DivClassName
{
background-color: #13880A;
}
.BgClassName
{
background-color: #13880A;
}
</style>
border-color css
<style>
span { border-color: #13880A; }
span { border-color: rgb(19,136,10); }
td.TdClassName
{
border-color: #13880A;
}
.TagClassName
{
border-color: #13880A;
}
</style>