Shades of Green #11630C
Tints of Green #11630C
RGB
CMYK
RGB Variations
Color information
#11630C (or 0x11630C) is known color: Green. HEX triplet: 11, 63 and 0C. RGB value is (17,99,12). Sum of RGB (Red+Green+Blue) = 17+99+12=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 99 (39.06% from 255 or 77.34% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 99 - color contains mainly: green. Hex color #11630C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11630C is #EE9CF3. Grayscale: #404040. Windows color (decimal): -15637748 or 811793. OLE color: 811793.
HSL color Cylindrical-coordinate representation of color #11630C: hue angle of 116.55º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11630C is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 12 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.61 |
| HSL | 116.55º | 0.78% | 0.22% | - |
| HSV(B) | 116.55º | 0.88% | 0.39% | - |
| XYZ | 4.76 | 9.07 | 1.85 | - |
| YUV | 64.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 12 | 0.83 | 0 | 0.88 | 0.61 | 116.55 | 0.78 | 0.22 |
| Hex | 11 | 63 | C | 53 | 0 | 58 | 3D | 75 | 4E | 16 |
| Octal | 21 | 143 | 14 | 123 | 0 | 130 | 75 | 165 | 116 | 26 |
| Binary | 10001 | 1100011 | 1100 | 1010011 | 0 | 1011000 | 111101 | 1110101 | 1001110 | 10110 |
Color Harmonies of #11630C
Complementary color
Monochromatic Colors of #11630C
Black with #11630C
Text Example
Text Example
White with #11630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11630C; }
p { color: rgb(17,99,12); }
H1.HeaderClassName
{
color: #11630C;
}
.AnyTagClassName
{
color: #11630C;
}
</style>
background-color css
<style>
a { background-color: #11630C; }
a { background-color: rgb(17,99,12); }
div.DivClassName
{
background-color: #11630C;
}
.BgClassName
{
background-color: #11630C;
}
</style>
border-color css
<style>
span { border-color: #11630C; }
span { border-color: rgb(17,99,12); }
td.TdClassName
{
border-color: #11630C;
}
.TagClassName
{
border-color: #11630C;
}
</style>