#116410

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

Shades of Green #116410

Tints of Green #116410

Color information

#116410 (or 0x116410) is unknown color: approx Green. HEX triplet: 11, 64 and 10. RGB value is (17,100,16). Sum of RGB (Red+Green+Blue) = 17+100+16=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 100 (39.45% from 255 or 75.19% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 100 - color contains mainly: green. Hex color #116410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116410 is #EE9BEF. Grayscale: #414141. Windows color (decimal): -15637488 or 1074193. OLE color: 1074193.

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

Color convert

RGB1710016-
CMYK0.8300.840.61
HSL119.29º72.41%22.75%-
HSV(B)119.29º84%39.22%-
XYZ4.889.272.02-
YUV65.6110093.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 100 (39.45% from 255) = 75.19%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=12.78%
G=75.19%
B=12.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17100160.8300.840.61119.2972.4122.75
Hex116410530543D774817
Octal211442012301247516711027
Binary100011100100100001010011010101001111011110111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116410; }

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

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

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

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

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

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

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

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