#116211

Color #116211 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #116211

Tints of Green #116211

Color information

#116211 (or 0x116211) is unknown color: approx Green. HEX triplet: 11, 62 and 11. RGB value is (17,98,17). Sum of RGB (Red+Green+Blue) = 17+98+17=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #116211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116211 is #EE9DEE. Grayscale: #404040. Windows color (decimal): -15637999 or 1139217. OLE color: 1139217.

HSL color Cylindrical-coordinate representation of color #116211: hue angle of 120º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116211 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB179817-
CMYK0.8300.830.62
HSL120º70.43%22.55%-
HSV(B)120º82.65%38.43%-
XYZ4.78.92-
YUV64.55101.1694.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 98 (38.67% from 255) = 74.24%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=12.88%
G=74.24%
B=12.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798170.8300.830.6212070.4322.55
Hex116211530533E784617
Octal211422112301237617010627
Binary100011100010100011010011010100111111101111000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116211; }

 p { color: rgb(17,98,17); }

 H1.HeaderClassName
 {
   color: #116211;
 }
 .AnyTagClassName
 {
   color: #116211;
 }
</style>
background-color css

<style>
 a { background-color: #116211; }

 a { background-color: rgb(17,98,17); }

 div.DivClassName
 {
   background-color: #116211;
 }
 .BgClassName
 {
   background-color: #116211;
 }
</style>
border-color css

<style>
 span { border-color: #116211; }

 span { border-color: rgb(17,98,17); }

 td.TdClassName
 {
   border-color: #116211;
 }
 .TagClassName
 {
   border-color: #116211;
 }
</style>