Shades of Green #137803
Tints of Green #137803
RGB
CMYK
RGB Variations
Color information
#137803 (or 0x137803) is known color: Green. HEX triplet: 13, 78 and 03. RGB value is (19,120,3). Sum of RGB (Red+Green+Blue) = 19+120+3=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 120 (47.27% from 255 or 84.51% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 120 - color contains mainly: green. Hex color #137803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137803 is #EC87FC. Grayscale: #4C4C4C. Windows color (decimal): -15501309 or 227347. OLE color: 227347.
HSL color Cylindrical-coordinate representation of color #137803: hue angle of 111.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #137803 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 120 | 3 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.53 |
| HSL | 111.79º | 0.95% | 0.24% | - |
| HSV(B) | 111.79º | 0.98% | 0.47% | - |
| XYZ | 7 | 13.58 | 2.34 | - |
| YUV | 76.46 | 86.54 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 3 | 0.84 | 0 | 0.98 | 0.53 | 111.79 | 0.95 | 0.24 |
| Hex | 13 | 78 | 3 | 54 | 0 | 62 | 35 | 70 | 5F | 18 |
| Octal | 23 | 170 | 3 | 124 | 0 | 142 | 65 | 160 | 137 | 30 |
| Binary | 10011 | 1111000 | 11 | 1010100 | 0 | 1100010 | 110101 | 1110000 | 1011111 | 11000 |
Color Harmonies of #137803
Complementary color
Monochromatic Colors of #137803
Black with #137803
Text Example
Text Example
White with #137803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137803; }
p { color: rgb(19,120,3); }
H1.HeaderClassName
{
color: #137803;
}
.AnyTagClassName
{
color: #137803;
}
</style>
background-color css
<style>
a { background-color: #137803; }
a { background-color: rgb(19,120,3); }
div.DivClassName
{
background-color: #137803;
}
.BgClassName
{
background-color: #137803;
}
</style>
border-color css
<style>
span { border-color: #137803; }
span { border-color: rgb(19,120,3); }
td.TdClassName
{
border-color: #137803;
}
.TagClassName
{
border-color: #137803;
}
</style>