Shades of Green #13770F
Tints of Green #13770F
RGB
CMYK
RGB Variations
Color information
#13770F (or 0x13770F) is known color: Green. HEX triplet: 13, 77 and 0F. RGB value is (19,119,15). Sum of RGB (Red+Green+Blue) = 19+119+15=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 119 (46.88% from 255 or 77.78% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 119 - color contains mainly: green. Hex color #13770F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13770F is #EC88F0. Grayscale: #4D4D4D. Windows color (decimal): -15501553 or 1013523. OLE color: 1013523.
HSL color Cylindrical-coordinate representation of color #13770F: hue angle of 117.69º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13770F is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 119 | 15 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.53 |
| HSL | 117.69º | 0.78% | 0.26% | - |
| HSV(B) | 117.69º | 0.87% | 0.47% | - |
| XYZ | 6.95 | 13.37 | 2.67 | - |
| YUV | 77.24 | 92.87 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 15 | 0.84 | 0 | 0.87 | 0.53 | 117.69 | 0.78 | 0.26 |
| Hex | 13 | 77 | F | 54 | 0 | 57 | 35 | 76 | 4E | 1A |
| Octal | 23 | 167 | 17 | 124 | 0 | 127 | 65 | 166 | 116 | 32 |
| Binary | 10011 | 1110111 | 1111 | 1010100 | 0 | 1010111 | 110101 | 1110110 | 1001110 | 11010 |
Color Harmonies of #13770F
Complementary color
Monochromatic Colors of #13770F
Black with #13770F
Text Example
Text Example
White with #13770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13770F; }
p { color: rgb(19,119,15); }
H1.HeaderClassName
{
color: #13770F;
}
.AnyTagClassName
{
color: #13770F;
}
</style>
background-color css
<style>
a { background-color: #13770F; }
a { background-color: rgb(19,119,15); }
div.DivClassName
{
background-color: #13770F;
}
.BgClassName
{
background-color: #13770F;
}
</style>
border-color css
<style>
span { border-color: #13770F; }
span { border-color: rgb(19,119,15); }
td.TdClassName
{
border-color: #13770F;
}
.TagClassName
{
border-color: #13770F;
}
</style>