#116411

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

Shades of Green #116411

Tints of Green #116411

Color information

#116411 (or 0x116411) is unknown color: approx Green. HEX triplet: 11, 64 and 11. RGB value is (17,100,17). Sum of RGB (Red+Green+Blue) = 17+100+17=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 100 (39.45% from 255 or 74.63% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 100 - color contains mainly: green. Hex color #116411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116411 is #EE9BEE. Grayscale: #414141. Windows color (decimal): -15637487 or 1139729. OLE color: 1139729.

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

Color convert

RGB1710017-
CMYK0.8300.830.61
HSL120º70.94%22.94%-
HSV(B)120º83%39.22%-
XYZ4.899.272.06-
YUV65.72100.593.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 100 (39.45% from 255) = 74.63%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=12.69%
G=74.63%
B=12.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17100170.8300.830.6112070.9422.94
Hex116411530533D784717
Octal211442112301237517010727
Binary100011100100100011010011010100111111011111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116411; }

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

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

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

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

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

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

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

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