Shades of Green #11650D
Tints of Green #11650D
RGB
CMYK
RGB Variations
Color information
#11650D (or 0x11650D) is known color: Green. HEX triplet: 11, 65 and 0D. RGB value is (17,101,13). Sum of RGB (Red+Green+Blue) = 17+101+13=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 101 (39.84% from 255 or 77.10% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 101 - color contains mainly: green. Hex color #11650D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11650D is #EE9AF2. Grayscale: #424242. Windows color (decimal): -15637235 or 877841. OLE color: 877841.
HSL color Cylindrical-coordinate representation of color #11650D: hue angle of 117.27º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11650D is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 13 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.60 |
| HSL | 117.27º | 0.77% | 0.22% | - |
| HSV(B) | 117.27º | 0.87% | 0.4% | - |
| XYZ | 4.96 | 9.46 | 1.94 | - |
| YUV | 65.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 13 | 0.83 | 0 | 0.87 | 0.60 | 117.27 | 0.77 | 0.22 |
| Hex | 11 | 65 | D | 53 | 0 | 57 | 3C | 75 | 4D | 16 |
| Octal | 21 | 145 | 15 | 123 | 0 | 127 | 74 | 165 | 115 | 26 |
| Binary | 10001 | 1100101 | 1101 | 1010011 | 0 | 1010111 | 111100 | 1110101 | 1001101 | 10110 |
Color Harmonies of #11650D
Complementary color
Monochromatic Colors of #11650D
Black with #11650D
Text Example
Text Example
White with #11650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11650D; }
p { color: rgb(17,101,13); }
H1.HeaderClassName
{
color: #11650D;
}
.AnyTagClassName
{
color: #11650D;
}
</style>
background-color css
<style>
a { background-color: #11650D; }
a { background-color: rgb(17,101,13); }
div.DivClassName
{
background-color: #11650D;
}
.BgClassName
{
background-color: #11650D;
}
</style>
border-color css
<style>
span { border-color: #11650D; }
span { border-color: rgb(17,101,13); }
td.TdClassName
{
border-color: #11650D;
}
.TagClassName
{
border-color: #11650D;
}
</style>