Shades of Green #137108
Tints of Green #137108
RGB
CMYK
RGB Variations
Color information
#137108 (or 0x137108) is known color: Green. HEX triplet: 13, 71 and 08. RGB value is (19,113,8). Sum of RGB (Red+Green+Blue) = 19+113+8=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 113 (44.53% from 255 or 80.71% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 113 - color contains mainly: green. Hex color #137108 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137108 is #EC8EF7. Grayscale: #494949. Windows color (decimal): -15503096 or 553235. OLE color: 553235.
HSL color Cylindrical-coordinate representation of color #137108: hue angle of 113.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #137108 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 8 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.56 |
| HSL | 113.71º | 0.87% | 0.24% | - |
| HSV(B) | 113.71º | 0.93% | 0.44% | - |
| XYZ | 6.22 | 11.97 | 2.21 | - |
| YUV | 72.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 8 | 0.83 | 0 | 0.93 | 0.56 | 113.71 | 0.87 | 0.24 |
| Hex | 13 | 71 | 8 | 53 | 0 | 5D | 38 | 72 | 57 | 18 |
| Octal | 23 | 161 | 10 | 123 | 0 | 135 | 70 | 162 | 127 | 30 |
| Binary | 10011 | 1110001 | 1000 | 1010011 | 0 | 1011101 | 111000 | 1110010 | 1010111 | 11000 |
Color Harmonies of #137108
Complementary color
Monochromatic Colors of #137108
Black with #137108
Text Example
Text Example
White with #137108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137108; }
p { color: rgb(19,113,8); }
H1.HeaderClassName
{
color: #137108;
}
.AnyTagClassName
{
color: #137108;
}
</style>
background-color css
<style>
a { background-color: #137108; }
a { background-color: rgb(19,113,8); }
div.DivClassName
{
background-color: #137108;
}
.BgClassName
{
background-color: #137108;
}
</style>
border-color css
<style>
span { border-color: #137108; }
span { border-color: rgb(19,113,8); }
td.TdClassName
{
border-color: #137108;
}
.TagClassName
{
border-color: #137108;
}
</style>