Shades of Green #106413
Tints of Green #106413
RGB
CMYK
RGB Variations
Color information
#106413 (or 0x106413) is known color: Green. HEX triplet: 10, 64 and 13. RGB value is (16,100,19). Sum of RGB (Red+Green+Blue) = 16+100+19=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 100 (39.45% from 255 or 74.07% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 100 - color contains mainly: green. Hex color #106413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106413 is #EF9BEC. Grayscale: #414141. Windows color (decimal): -15703021 or 1270800. OLE color: 1270800.
HSL color Cylindrical-coordinate representation of color #106413: hue angle of 122.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106413 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 100 | 19 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.61 |
| HSL | 122.14º | 0.72% | 0.23% | - |
| HSV(B) | 122.14º | 0.84% | 0.39% | - |
| XYZ | 4.89 | 9.27 | 2.15 | - |
| YUV | 65.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 19 | 0.84 | 0 | 0.81 | 0.61 | 122.14 | 0.72 | 0.23 |
| Hex | 10 | 64 | 13 | 54 | 0 | 51 | 3D | 7A | 48 | 17 |
| Octal | 20 | 144 | 23 | 124 | 0 | 121 | 75 | 172 | 110 | 27 |
| Binary | 10000 | 1100100 | 10011 | 1010100 | 0 | 1010001 | 111101 | 1111010 | 1001000 | 10111 |
Color Harmonies of #106413
Complementary color
Monochromatic Colors of #106413
Black with #106413
Text Example
Text Example
White with #106413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106413; }
p { color: rgb(16,100,19); }
H1.HeaderClassName
{
color: #106413;
}
.AnyTagClassName
{
color: #106413;
}
</style>
background-color css
<style>
a { background-color: #106413; }
a { background-color: rgb(16,100,19); }
div.DivClassName
{
background-color: #106413;
}
.BgClassName
{
background-color: #106413;
}
</style>
border-color css
<style>
span { border-color: #106413; }
span { border-color: rgb(16,100,19); }
td.TdClassName
{
border-color: #106413;
}
.TagClassName
{
border-color: #106413;
}
</style>