Shades of Green #137308
Tints of Green #137308
RGB
CMYK
RGB Variations
Color information
#137308 (or 0x137308) is known color: Green. HEX triplet: 13, 73 and 08. RGB value is (19,115,8). Sum of RGB (Red+Green+Blue) = 19+115+8=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 115 (45.31% from 255 or 80.99% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 115 - color contains mainly: green. Hex color #137308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137308 is #EC8CF7. Grayscale: #4A4A4A. Windows color (decimal): -15502584 or 553747. OLE color: 553747.
HSL color Cylindrical-coordinate representation of color #137308: hue angle of 113.83º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #137308 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 8 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.55 |
| HSL | 113.83º | 0.87% | 0.24% | - |
| HSV(B) | 113.83º | 0.93% | 0.45% | - |
| XYZ | 6.44 | 12.42 | 2.29 | - |
| YUV | 74.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 8 | 0.83 | 0 | 0.93 | 0.55 | 113.83 | 0.87 | 0.24 |
| Hex | 13 | 73 | 8 | 53 | 0 | 5D | 37 | 72 | 57 | 18 |
| Octal | 23 | 163 | 10 | 123 | 0 | 135 | 67 | 162 | 127 | 30 |
| Binary | 10011 | 1110011 | 1000 | 1010011 | 0 | 1011101 | 110111 | 1110010 | 1010111 | 11000 |
Color Harmonies of #137308
Complementary color
Monochromatic Colors of #137308
Black with #137308
Text Example
Text Example
White with #137308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137308; }
p { color: rgb(19,115,8); }
H1.HeaderClassName
{
color: #137308;
}
.AnyTagClassName
{
color: #137308;
}
</style>
background-color css
<style>
a { background-color: #137308; }
a { background-color: rgb(19,115,8); }
div.DivClassName
{
background-color: #137308;
}
.BgClassName
{
background-color: #137308;
}
</style>
border-color css
<style>
span { border-color: #137308; }
span { border-color: rgb(19,115,8); }
td.TdClassName
{
border-color: #137308;
}
.TagClassName
{
border-color: #137308;
}
</style>