Shades of Green #13880C
Tints of Green #13880C
RGB
CMYK
RGB Variations
Color information
#13880C (or 0x13880C) is known color: Green. HEX triplet: 13, 88 and 0C. RGB value is (19,136,12). Sum of RGB (Red+Green+Blue) = 19+136+12=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 136 (53.52% from 255 or 81.44% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 136 - color contains mainly: green. Hex color #13880C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13880C is #EC77F3. Grayscale: #575757. Windows color (decimal): -15497204 or 821267. OLE color: 821267.
HSL color Cylindrical-coordinate representation of color #13880C: hue angle of 116.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13880C is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 12 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.47 |
| HSL | 116.61º | 0.84% | 0.29% | - |
| HSV(B) | 116.61º | 0.91% | 0.53% | - |
| XYZ | 9.14 | 17.77 | 3.3 | - |
| YUV | 86.88 | 85.74 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 12 | 0.86 | 0 | 0.91 | 0.47 | 116.61 | 0.84 | 0.29 |
| Hex | 13 | 88 | C | 56 | 0 | 5B | 2F | 75 | 54 | 1D |
| Octal | 23 | 210 | 14 | 126 | 0 | 133 | 57 | 165 | 124 | 35 |
| Binary | 10011 | 10001000 | 1100 | 1010110 | 0 | 1011011 | 101111 | 1110101 | 1010100 | 11101 |
Color Harmonies of #13880C
Complementary color
Monochromatic Colors of #13880C
Black with #13880C
Text Example
Text Example
White with #13880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13880C; }
p { color: rgb(19,136,12); }
H1.HeaderClassName
{
color: #13880C;
}
.AnyTagClassName
{
color: #13880C;
}
</style>
background-color css
<style>
a { background-color: #13880C; }
a { background-color: rgb(19,136,12); }
div.DivClassName
{
background-color: #13880C;
}
.BgClassName
{
background-color: #13880C;
}
</style>
border-color css
<style>
span { border-color: #13880C; }
span { border-color: rgb(19,136,12); }
td.TdClassName
{
border-color: #13880C;
}
.TagClassName
{
border-color: #13880C;
}
</style>