#116B3A

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

Shades of Fun Green #116B3A

Tints of Fun Green #116B3A

Color information

#116B3A (or 0x116B3A) is unknown color: approx Fun Green. HEX triplet: 11, 6B and 3A. RGB value is (17,107,58). Sum of RGB (Red+Green+Blue) = 17+107+58=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #116B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B3A is #EE94C5. Grayscale: #4A4A4A. Windows color (decimal): -15635654 or 3828497. OLE color: 3828497.

HSL color Cylindrical-coordinate representation of color #116B3A: hue angle of 147.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B3A is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1710758-
CMYK0.8400.460.58
HSL147.33º72.58%24.31%-
HSV(B)147.33º84.11%41.96%-
XYZ6.2510.945.79-
YUV74.5118.6886.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 107 (42.19% from 255) = 58.79%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=9.34%
G=58.79%
B=31.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17107580.8400.460.58147.3372.5824.31
Hex116B3A5402E3A934918
Octal21153721240567222311130
Binary1000111010111110101010100010111011101010010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116B3A; }

 p { color: rgb(17,107,58); }

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

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

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

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

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

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

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