Shades of Green #137608
Tints of Green #137608
RGB
CMYK
RGB Variations
Color information
#137608 (or 0x137608) is known color: Green. HEX triplet: 13, 76 and 08. RGB value is (19,118,8). Sum of RGB (Red+Green+Blue) = 19+118+8=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #137608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137608 is #EC89F7. Grayscale: #4C4C4C. Windows color (decimal): -15501816 or 554515. OLE color: 554515.
HSL color Cylindrical-coordinate representation of color #137608: hue angle of 114º 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 #137608 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 118 | 8 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.54 |
| HSL | 114º | 0.87% | 0.25% | - |
| HSV(B) | 114º | 0.93% | 0.46% | - |
| XYZ | 6.79 | 13.11 | 2.4 | - |
| YUV | 75.86 | 89.7 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 8 | 0.84 | 0 | 0.93 | 0.54 | 114 | 0.87 | 0.25 |
| Hex | 13 | 76 | 8 | 54 | 0 | 5D | 36 | 72 | 57 | 19 |
| Octal | 23 | 166 | 10 | 124 | 0 | 135 | 66 | 162 | 127 | 31 |
| Binary | 10011 | 1110110 | 1000 | 1010100 | 0 | 1011101 | 110110 | 1110010 | 1010111 | 11001 |
Color Harmonies of #137608
Complementary color
Monochromatic Colors of #137608
Black with #137608
Text Example
Text Example
White with #137608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137608; }
p { color: rgb(19,118,8); }
H1.HeaderClassName
{
color: #137608;
}
.AnyTagClassName
{
color: #137608;
}
</style>
background-color css
<style>
a { background-color: #137608; }
a { background-color: rgb(19,118,8); }
div.DivClassName
{
background-color: #137608;
}
.BgClassName
{
background-color: #137608;
}
</style>
border-color css
<style>
span { border-color: #137608; }
span { border-color: rgb(19,118,8); }
td.TdClassName
{
border-color: #137608;
}
.TagClassName
{
border-color: #137608;
}
</style>