Shades of Green #137103
Tints of Green #137103
RGB
CMYK
RGB Variations
Color information
#137103 (or 0x137103) is known color: Green. HEX triplet: 13, 71 and 03. RGB value is (19,113,3). Sum of RGB (Red+Green+Blue) = 19+113+3=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 113 (44.53% from 255 or 83.70% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 113 - color contains mainly: green. Hex color #137103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137103 is #EC8EFC. Grayscale: #484848. Windows color (decimal): -15503101 or 225555. OLE color: 225555.
HSL color Cylindrical-coordinate representation of color #137103: hue angle of 111.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #137103 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 3 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.56 |
| HSL | 111.27º | 0.95% | 0.23% | - |
| HSV(B) | 111.27º | 0.97% | 0.44% | - |
| XYZ | 6.19 | 11.96 | 2.07 | - |
| YUV | 72.35 | 88.86 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 3 | 0.83 | 0 | 0.97 | 0.56 | 111.27 | 0.95 | 0.23 |
| Hex | 13 | 71 | 3 | 53 | 0 | 61 | 38 | 6F | 5F | 17 |
| Octal | 23 | 161 | 3 | 123 | 0 | 141 | 70 | 157 | 137 | 27 |
| Binary | 10011 | 1110001 | 11 | 1010011 | 0 | 1100001 | 111000 | 1101111 | 1011111 | 10111 |
Color Harmonies of #137103
Complementary color
Monochromatic Colors of #137103
Black with #137103
Text Example
Text Example
White with #137103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137103; }
p { color: rgb(19,113,3); }
H1.HeaderClassName
{
color: #137103;
}
.AnyTagClassName
{
color: #137103;
}
</style>
background-color css
<style>
a { background-color: #137103; }
a { background-color: rgb(19,113,3); }
div.DivClassName
{
background-color: #137103;
}
.BgClassName
{
background-color: #137103;
}
</style>
border-color css
<style>
span { border-color: #137103; }
span { border-color: rgb(19,113,3); }
td.TdClassName
{
border-color: #137103;
}
.TagClassName
{
border-color: #137103;
}
</style>