#116314

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

Shades of Green #116314

Tints of Green #116314

Color information

#116314 (or 0x116314) is unknown color: approx Green. HEX triplet: 11, 63 and 14. RGB value is (17,99,20). Sum of RGB (Red+Green+Blue) = 17+99+20=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 99 (39.06% from 255 or 72.79% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 99 - color contains mainly: green. Hex color #116314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116314 is #EE9CEB. Grayscale: #414141. Windows color (decimal): -15637740 or 1336081. OLE color: 1336081.

HSL color Cylindrical-coordinate representation of color #116314: hue angle of 122.2º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116314 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB179920-
CMYK0.8300.800.61
HSL122.2º70.69%22.75%-
HSV(B)122.2º82.83%38.82%-
XYZ4.829.092.16-
YUV65.48102.3393.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 99 (39.06% from 255) = 72.79%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=12.5%
G=72.79%
B=14.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1799200.8300.800.61122.270.6922.75
Hex116314530503D7a4717
Octal211432412301207517210727
Binary100011100011101001010011010100001111011111010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116314; }

 p { color: rgb(17,99,20); }

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

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

 a { background-color: rgb(17,99,20); }

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

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

 span { border-color: rgb(17,99,20); }

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