Shades of Green #137F04
Tints of Green #137F04
RGB
CMYK
RGB Variations
Color information
#137F04 (or 0x137F04) is known color: Green. HEX triplet: 13, 7F and 04. RGB value is (19,127,4). Sum of RGB (Red+Green+Blue) = 19+127+4=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 127 (50% from 255 or 84.67% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 127 - color contains mainly: green. Hex color #137F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F04 is #EC80FB. Grayscale: #515151. Windows color (decimal): -15499516 or 294675. OLE color: 294675.
HSL color Cylindrical-coordinate representation of color #137F04: hue angle of 112.68º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #137F04 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 4 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.50 |
| HSL | 112.68º | 0.94% | 0.26% | - |
| HSV(B) | 112.68º | 0.97% | 0.5% | - |
| XYZ | 7.88 | 15.33 | 2.66 | - |
| YUV | 80.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 4 | 0.85 | 0 | 0.97 | 0.50 | 112.68 | 0.94 | 0.26 |
| Hex | 13 | 7F | 4 | 55 | 0 | 61 | 32 | 71 | 5E | 1A |
| Octal | 23 | 177 | 4 | 125 | 0 | 141 | 62 | 161 | 136 | 32 |
| Binary | 10011 | 1111111 | 100 | 1010101 | 0 | 1100001 | 110010 | 1110001 | 1011110 | 11010 |
Color Harmonies of #137F04
Complementary color
Monochromatic Colors of #137F04
Black with #137F04
Text Example
Text Example
White with #137F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F04; }
p { color: rgb(19,127,4); }
H1.HeaderClassName
{
color: #137F04;
}
.AnyTagClassName
{
color: #137F04;
}
</style>
background-color css
<style>
a { background-color: #137F04; }
a { background-color: rgb(19,127,4); }
div.DivClassName
{
background-color: #137F04;
}
.BgClassName
{
background-color: #137F04;
}
</style>
border-color css
<style>
span { border-color: #137F04; }
span { border-color: rgb(19,127,4); }
td.TdClassName
{
border-color: #137F04;
}
.TagClassName
{
border-color: #137F04;
}
</style>