Shades of Green #11630E
Tints of Green #11630E
RGB
CMYK
RGB Variations
Color information
#11630E (or 0x11630E) is known color: Green. HEX triplet: 11, 63 and 0E. RGB value is (17,99,14). Sum of RGB (Red+Green+Blue) = 17+99+14=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 99 (39.06% from 255 or 76.15% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 99 - color contains mainly: green. Hex color #11630E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11630E is #EE9CF1. Grayscale: #414141. Windows color (decimal): -15637746 or 942865. OLE color: 942865.
HSL color Cylindrical-coordinate representation of color #11630E: hue angle of 117.88º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11630E is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 14 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.61 |
| HSL | 117.88º | 0.75% | 0.22% | - |
| HSV(B) | 117.88º | 0.86% | 0.39% | - |
| XYZ | 4.77 | 9.07 | 1.92 | - |
| YUV | 64.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 14 | 0.83 | 0 | 0.86 | 0.61 | 117.88 | 0.75 | 0.22 |
| Hex | 11 | 63 | E | 53 | 0 | 56 | 3D | 76 | 4B | 16 |
| Octal | 21 | 143 | 16 | 123 | 0 | 126 | 75 | 166 | 113 | 26 |
| Binary | 10001 | 1100011 | 1110 | 1010011 | 0 | 1010110 | 111101 | 1110110 | 1001011 | 10110 |
Color Harmonies of #11630E
Complementary color
Monochromatic Colors of #11630E
Black with #11630E
Text Example
Text Example
White with #11630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11630E; }
p { color: rgb(17,99,14); }
H1.HeaderClassName
{
color: #11630E;
}
.AnyTagClassName
{
color: #11630E;
}
</style>
background-color css
<style>
a { background-color: #11630E; }
a { background-color: rgb(17,99,14); }
div.DivClassName
{
background-color: #11630E;
}
.BgClassName
{
background-color: #11630E;
}
</style>
border-color css
<style>
span { border-color: #11630E; }
span { border-color: rgb(17,99,14); }
td.TdClassName
{
border-color: #11630E;
}
.TagClassName
{
border-color: #11630E;
}
</style>