Shades of Green #137805
Tints of Green #137805
RGB
CMYK
RGB Variations
Color information
#137805 (or 0x137805) is known color: Green. HEX triplet: 13, 78 and 05. RGB value is (19,120,5). Sum of RGB (Red+Green+Blue) = 19+120+5=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 120 (47.27% from 255 or 83.33% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 120 - color contains mainly: green. Hex color #137805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137805 is #EC87FA. Grayscale: #4D4D4D. Windows color (decimal): -15501307 or 358419. OLE color: 358419.
HSL color Cylindrical-coordinate representation of color #137805: hue angle of 112.7º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #137805 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 120 | 5 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.53 |
| HSL | 112.7º | 0.92% | 0.25% | - |
| HSV(B) | 112.7º | 0.96% | 0.47% | - |
| XYZ | 7.01 | 13.58 | 2.4 | - |
| YUV | 76.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 5 | 0.84 | 0 | 0.96 | 0.53 | 112.7 | 0.92 | 0.25 |
| Hex | 13 | 78 | 5 | 54 | 0 | 60 | 35 | 71 | 5C | 19 |
| Octal | 23 | 170 | 5 | 124 | 0 | 140 | 65 | 161 | 134 | 31 |
| Binary | 10011 | 1111000 | 101 | 1010100 | 0 | 1100000 | 110101 | 1110001 | 1011100 | 11001 |
Color Harmonies of #137805
Complementary color
Monochromatic Colors of #137805
Black with #137805
Text Example
Text Example
White with #137805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137805; }
p { color: rgb(19,120,5); }
H1.HeaderClassName
{
color: #137805;
}
.AnyTagClassName
{
color: #137805;
}
</style>
background-color css
<style>
a { background-color: #137805; }
a { background-color: rgb(19,120,5); }
div.DivClassName
{
background-color: #137805;
}
.BgClassName
{
background-color: #137805;
}
</style>
border-color css
<style>
span { border-color: #137805; }
span { border-color: rgb(19,120,5); }
td.TdClassName
{
border-color: #137805;
}
.TagClassName
{
border-color: #137805;
}
</style>