Shades of Green #13700C
Tints of Green #13700C
RGB
CMYK
RGB Variations
Color information
#13700C (or 0x13700C) is known color: Green. HEX triplet: 13, 70 and 0C. RGB value is (19,112,12). Sum of RGB (Red+Green+Blue) = 19+112+12=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #13700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13700C is #EC8FF3. Grayscale: #494949. Windows color (decimal): -15503348 or 815123. OLE color: 815123.
HSL color Cylindrical-coordinate representation of color #13700C: hue angle of 115.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13700C is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 12 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.56 |
| HSL | 115.8º | 0.81% | 0.24% | - |
| HSV(B) | 115.8º | 0.89% | 0.44% | - |
| XYZ | 6.13 | 11.75 | 2.29 | - |
| YUV | 72.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 12 | 0.83 | 0 | 0.89 | 0.56 | 115.8 | 0.81 | 0.24 |
| Hex | 13 | 70 | C | 53 | 0 | 59 | 38 | 74 | 51 | 18 |
| Octal | 23 | 160 | 14 | 123 | 0 | 131 | 70 | 164 | 121 | 30 |
| Binary | 10011 | 1110000 | 1100 | 1010011 | 0 | 1011001 | 111000 | 1110100 | 1010001 | 11000 |
Color Harmonies of #13700C
Complementary color
Monochromatic Colors of #13700C
Black with #13700C
Text Example
Text Example
White with #13700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13700C; }
p { color: rgb(19,112,12); }
H1.HeaderClassName
{
color: #13700C;
}
.AnyTagClassName
{
color: #13700C;
}
</style>
background-color css
<style>
a { background-color: #13700C; }
a { background-color: rgb(19,112,12); }
div.DivClassName
{
background-color: #13700C;
}
.BgClassName
{
background-color: #13700C;
}
</style>
border-color css
<style>
span { border-color: #13700C; }
span { border-color: rgb(19,112,12); }
td.TdClassName
{
border-color: #13700C;
}
.TagClassName
{
border-color: #13700C;
}
</style>