#116040

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

Shades of Fun Green #116040

Tints of Fun Green #116040

Color information

#116040 (or 0x116040) is unknown color: approx Fun Green. HEX triplet: 11, 60 and 40. RGB value is (17,96,64). Sum of RGB (Red+Green+Blue) = 17+96+64=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #116040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116040 is #EE9FBF. Grayscale: #444444. Windows color (decimal): -15638464 or 4218897. OLE color: 4218897.

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

Color convert

RGB179664-
CMYK0.8200.330.62
HSL155.7º69.91%22.16%-
HSV(B)155.7º82.29%37.65%-
XYZ5.348.866.28-
YUV68.73125.3391.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=9.60%
G=54.24%
B=36.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796640.8200.330.62155.769.9122.16
Hex116040520213E9c4616
Octal211401001220417623410626
Binary10001110000010000001010010010000111111010011100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116040; }

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

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

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

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

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

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

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

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