#116004

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

Shades of Green #116004

Tints of Green #116004

Color information

#116004 (or 0x116004) is unknown color: approx Green. HEX triplet: 11, 60 and 04. RGB value is (17,96,4). Sum of RGB (Red+Green+Blue) = 17+96+4=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #116004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116004 is #EE9FFB. Grayscale: #3E3E3E. Windows color (decimal): -15638524 or 286737. OLE color: 286737.

HSL color Cylindrical-coordinate representation of color #116004: hue angle of 111.52º 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 #116004 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB17964-
CMYK0.8200.960.62
HSL111.52º92%19.61%-
HSV(B)111.52º95.83%37.65%-
XYZ4.448.491.52-
YUV61.8995.3395.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 96 (37.89% from 255) = 82.05%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=14.53%
G=82.05%
B=3.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal179640.8200.960.62111.529219.61
Hex11604520603E705c14
Octal21140412201407616013424
Binary1000111000001001010010011000001111101110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116004; }

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

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

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

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

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

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

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

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