#116204

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

Shades of Green #116204

Tints of Green #116204

Color information

#116204 (or 0x116204) is unknown color: approx Green. HEX triplet: 11, 62 and 04. RGB value is (17,98,4). Sum of RGB (Red+Green+Blue) = 17+98+4=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 98 (38.67% from 255 or 82.35% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 98 - color contains mainly: green. Hex color #116204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116204 is #EE9DFB. Grayscale: #3F3F3F. Windows color (decimal): -15638012 or 287249. OLE color: 287249.

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

Color convert

RGB17984-
CMYK0.8300.960.62
HSL111.7º92.16%20%-
HSV(B)111.7º95.92%38.43%-
XYZ4.628.861.58-
YUV63.0694.6695.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 98 (38.67% from 255) = 82.35%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=14.29%
G=82.35%
B=3.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal179840.8300.960.62111.792.1620
Hex11624530603E705c14
Octal21142412301407616013424
Binary1000111000101001010011011000001111101110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116204; }

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

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

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

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

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

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

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

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