Shades of Green #13740F
Tints of Green #13740F
RGB
CMYK
RGB Variations
Color information
#13740F (or 0x13740F) is known color: Green. HEX triplet: 13, 74 and 0F. RGB value is (19,116,15). Sum of RGB (Red+Green+Blue) = 19+116+15=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #13740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13740F is #EC8BF0. Grayscale: #4B4B4B. Windows color (decimal): -15502321 or 1012755. OLE color: 1012755.
HSL color Cylindrical-coordinate representation of color #13740F: hue angle of 117.62º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13740F is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 15 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.55 |
| HSL | 117.62º | 0.77% | 0.26% | - |
| HSV(B) | 117.62º | 0.87% | 0.45% | - |
| XYZ | 6.6 | 12.66 | 2.55 | - |
| YUV | 75.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 15 | 0.84 | 0 | 0.87 | 0.55 | 117.62 | 0.77 | 0.26 |
| Hex | 13 | 74 | F | 54 | 0 | 57 | 37 | 76 | 4D | 1A |
| Octal | 23 | 164 | 17 | 124 | 0 | 127 | 67 | 166 | 115 | 32 |
| Binary | 10011 | 1110100 | 1111 | 1010100 | 0 | 1010111 | 110111 | 1110110 | 1001101 | 11010 |
Color Harmonies of #13740F
Complementary color
Monochromatic Colors of #13740F
Black with #13740F
Text Example
Text Example
White with #13740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13740F; }
p { color: rgb(19,116,15); }
H1.HeaderClassName
{
color: #13740F;
}
.AnyTagClassName
{
color: #13740F;
}
</style>
background-color css
<style>
a { background-color: #13740F; }
a { background-color: rgb(19,116,15); }
div.DivClassName
{
background-color: #13740F;
}
.BgClassName
{
background-color: #13740F;
}
</style>
border-color css
<style>
span { border-color: #13740F; }
span { border-color: rgb(19,116,15); }
td.TdClassName
{
border-color: #13740F;
}
.TagClassName
{
border-color: #13740F;
}
</style>