#116B38

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

Shades of Fun Green #116B38

Tints of Fun Green #116B38

Color information

#116B38 (or 0x116B38) is unknown color: approx Fun Green. HEX triplet: 11, 6B and 38. RGB value is (17,107,56). Sum of RGB (Red+Green+Blue) = 17+107+56=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #116B38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B38 is #EE94C7. Grayscale: #4A4A4A. Windows color (decimal): -15635656 or 3697425. OLE color: 3697425.

HSL color Cylindrical-coordinate representation of color #116B38: hue angle of 146º 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 #116B38 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB1710756-
CMYK0.8400.480.58
HSL146º72.58%24.31%-
HSV(B)146º84.11%41.96%-
XYZ6.210.925.52-
YUV74.28117.6887.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 107 (42.19% from 255) = 59.44%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=9.44%
G=59.44%
B=31.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17107560.8400.480.5814672.5824.31
Hex116B38540303A924918
Octal21153701240607222211130
Binary1000111010111110001010100011000011101010010010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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