Shades of Green #137508
Tints of Green #137508
RGB
CMYK
RGB Variations
Color information
#137508 (or 0x137508) is known color: Green. HEX triplet: 13, 75 and 08. RGB value is (19,117,8). Sum of RGB (Red+Green+Blue) = 19+117+8=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #137508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137508 is #EC8AF7. Grayscale: #4B4B4B. Windows color (decimal): -15502072 or 554259. OLE color: 554259.
HSL color Cylindrical-coordinate representation of color #137508: hue angle of 113.94º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #137508 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 117 | 8 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.54 |
| HSL | 113.95º | 0.87% | 0.25% | - |
| HSV(B) | 113.95º | 0.93% | 0.46% | - |
| XYZ | 6.67 | 12.88 | 2.36 | - |
| YUV | 75.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 8 | 0.84 | 0 | 0.93 | 0.54 | 113.95 | 0.87 | 0.25 |
| Hex | 13 | 75 | 8 | 54 | 0 | 5D | 36 | 72 | 57 | 19 |
| Octal | 23 | 165 | 10 | 124 | 0 | 135 | 66 | 162 | 127 | 31 |
| Binary | 10011 | 1110101 | 1000 | 1010100 | 0 | 1011101 | 110110 | 1110010 | 1010111 | 11001 |
Color Harmonies of #137508
Complementary color
Monochromatic Colors of #137508
Black with #137508
Text Example
Text Example
White with #137508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137508; }
p { color: rgb(19,117,8); }
H1.HeaderClassName
{
color: #137508;
}
.AnyTagClassName
{
color: #137508;
}
</style>
background-color css
<style>
a { background-color: #137508; }
a { background-color: rgb(19,117,8); }
div.DivClassName
{
background-color: #137508;
}
.BgClassName
{
background-color: #137508;
}
</style>
border-color css
<style>
span { border-color: #137508; }
span { border-color: rgb(19,117,8); }
td.TdClassName
{
border-color: #137508;
}
.TagClassName
{
border-color: #137508;
}
</style>