Shades of Green #138110
Tints of Green #138110
RGB
CMYK
RGB Variations
Color information
#138110 (or 0x138110) is known color: Green. HEX triplet: 13, 81 and 10. RGB value is (19,129,16). Sum of RGB (Red+Green+Blue) = 19+129+16=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 129 (50.78% from 255 or 78.66% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 129 - color contains mainly: green. Hex color #138110 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138110 is #EC7EEF. Grayscale: #535353. Windows color (decimal): -15498992 or 1081619. OLE color: 1081619.
HSL color Cylindrical-coordinate representation of color #138110: hue angle of 118.41º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138110 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 16 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.49 |
| HSL | 118.41º | 0.78% | 0.28% | - |
| HSV(B) | 118.41º | 0.88% | 0.51% | - |
| XYZ | 8.21 | 15.88 | 3.12 | - |
| YUV | 83.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 16 | 0.85 | 0 | 0.88 | 0.49 | 118.41 | 0.78 | 0.28 |
| Hex | 13 | 81 | 10 | 55 | 0 | 58 | 31 | 76 | 4E | 1C |
| Octal | 23 | 201 | 20 | 125 | 0 | 130 | 61 | 166 | 116 | 34 |
| Binary | 10011 | 10000001 | 10000 | 1010101 | 0 | 1011000 | 110001 | 1110110 | 1001110 | 11100 |
Color Harmonies of #138110
Complementary color
Monochromatic Colors of #138110
Black with #138110
Text Example
Text Example
White with #138110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138110; }
p { color: rgb(19,129,16); }
H1.HeaderClassName
{
color: #138110;
}
.AnyTagClassName
{
color: #138110;
}
</style>
background-color css
<style>
a { background-color: #138110; }
a { background-color: rgb(19,129,16); }
div.DivClassName
{
background-color: #138110;
}
.BgClassName
{
background-color: #138110;
}
</style>
border-color css
<style>
span { border-color: #138110; }
span { border-color: rgb(19,129,16); }
td.TdClassName
{
border-color: #138110;
}
.TagClassName
{
border-color: #138110;
}
</style>