Shades of Green #137C00
Tints of Green #137C00
RGB
CMYK
RGB Variations
Color information
#137C00 (or 0x137C00) is known color: Green. HEX triplet: 13, 7C and 00. RGB value is (19,124,0). Sum of RGB (Red+Green+Blue) = 19+124+0=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 124 (48.83% from 255 or 86.71% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 124 - color contains mainly: green. Hex color #137C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137C00 is #EC83FF. Grayscale: #4E4E4E. Windows color (decimal): -15500288 or 31763. OLE color: 31763.
HSL color Cylindrical-coordinate representation of color #137C00: hue angle of 110.81º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #137C00 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.51 |
| HSL | 110.81º | 1% | 0.24% | - |
| HSV(B) | 110.81º | 1% | 0.49% | - |
| XYZ | 7.48 | 14.55 | 2.42 | - |
| YUV | 78.47 | 83.71 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 0 | 0.85 | 0 | 1 | 0.51 | 110.81 | 1 | 0.24 |
| Hex | 13 | 7C | 0 | 55 | 0 | 64 | 33 | 6F | 64 | 18 |
| Octal | 23 | 174 | 0 | 125 | 0 | 144 | 63 | 157 | 144 | 30 |
| Binary | 10011 | 1111100 | 0 | 1010101 | 0 | 1100100 | 110011 | 1101111 | 1100100 | 11000 |
Color Harmonies of #137C00
Complementary color
Monochromatic Colors of #137C00
Black with #137C00
Text Example
Text Example
White with #137C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C00; }
p { color: rgb(19,124,0); }
H1.HeaderClassName
{
color: #137C00;
}
.AnyTagClassName
{
color: #137C00;
}
</style>
background-color css
<style>
a { background-color: #137C00; }
a { background-color: rgb(19,124,0); }
div.DivClassName
{
background-color: #137C00;
}
.BgClassName
{
background-color: #137C00;
}
</style>
border-color css
<style>
span { border-color: #137C00; }
span { border-color: rgb(19,124,0); }
td.TdClassName
{
border-color: #137C00;
}
.TagClassName
{
border-color: #137C00;
}
</style>