Shades of Green #137506
Tints of Green #137506
RGB
CMYK
RGB Variations
Color information
#137506 (or 0x137506) is known color: Green. HEX triplet: 13, 75 and 06. RGB value is (19,117,6). Sum of RGB (Red+Green+Blue) = 19+117+6=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 117 (46.09% from 255 or 82.39% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 117 - color contains mainly: green. Hex color #137506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137506 is #EC8AF9. Grayscale: #4B4B4B. Windows color (decimal): -15502074 or 423187. OLE color: 423187.
HSL color Cylindrical-coordinate representation of color #137506: hue angle of 112.97º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #137506 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 117 | 6 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.54 |
| HSL | 112.97º | 0.9% | 0.24% | - |
| HSV(B) | 112.97º | 0.95% | 0.46% | - |
| XYZ | 6.66 | 12.87 | 2.31 | - |
| YUV | 75.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 6 | 0.84 | 0 | 0.95 | 0.54 | 112.97 | 0.9 | 0.24 |
| Hex | 13 | 75 | 6 | 54 | 0 | 5F | 36 | 71 | 5A | 18 |
| Octal | 23 | 165 | 6 | 124 | 0 | 137 | 66 | 161 | 132 | 30 |
| Binary | 10011 | 1110101 | 110 | 1010100 | 0 | 1011111 | 110110 | 1110001 | 1011010 | 11000 |
Color Harmonies of #137506
Complementary color
Monochromatic Colors of #137506
Black with #137506
Text Example
Text Example
White with #137506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137506; }
p { color: rgb(19,117,6); }
H1.HeaderClassName
{
color: #137506;
}
.AnyTagClassName
{
color: #137506;
}
</style>
background-color css
<style>
a { background-color: #137506; }
a { background-color: rgb(19,117,6); }
div.DivClassName
{
background-color: #137506;
}
.BgClassName
{
background-color: #137506;
}
</style>
border-color css
<style>
span { border-color: #137506; }
span { border-color: rgb(19,117,6); }
td.TdClassName
{
border-color: #137506;
}
.TagClassName
{
border-color: #137506;
}
</style>