Shades of Green #13860C
Tints of Green #13860C
RGB
CMYK
RGB Variations
Color information
#13860C (or 0x13860C) is known color: Green. HEX triplet: 13, 86 and 0C. RGB value is (19,134,12). Sum of RGB (Red+Green+Blue) = 19+134+12=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 134 (52.73% from 255 or 81.21% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 134 - color contains mainly: green. Hex color #13860C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13860C is #EC79F3. Grayscale: #565656. Windows color (decimal): -15497716 or 820755. OLE color: 820755.
HSL color Cylindrical-coordinate representation of color #13860C: hue angle of 116.56º 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 #13860C is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 12 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.47 |
| HSL | 116.56º | 0.84% | 0.29% | - |
| HSV(B) | 116.56º | 0.91% | 0.53% | - |
| XYZ | 8.86 | 17.22 | 3.2 | - |
| YUV | 85.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 12 | 0.86 | 0 | 0.91 | 0.47 | 116.56 | 0.84 | 0.29 |
| Hex | 13 | 86 | C | 56 | 0 | 5B | 2F | 75 | 54 | 1D |
| Octal | 23 | 206 | 14 | 126 | 0 | 133 | 57 | 165 | 124 | 35 |
| Binary | 10011 | 10000110 | 1100 | 1010110 | 0 | 1011011 | 101111 | 1110101 | 1010100 | 11101 |
Color Harmonies of #13860C
Complementary color
Monochromatic Colors of #13860C
Black with #13860C
Text Example
Text Example
White with #13860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13860C; }
p { color: rgb(19,134,12); }
H1.HeaderClassName
{
color: #13860C;
}
.AnyTagClassName
{
color: #13860C;
}
</style>
background-color css
<style>
a { background-color: #13860C; }
a { background-color: rgb(19,134,12); }
div.DivClassName
{
background-color: #13860C;
}
.BgClassName
{
background-color: #13860C;
}
</style>
border-color css
<style>
span { border-color: #13860C; }
span { border-color: rgb(19,134,12); }
td.TdClassName
{
border-color: #13860C;
}
.TagClassName
{
border-color: #13860C;
}
</style>