#111614

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

Shades of Dark Green #111614

Tints of Dark Green #111614

Color information

#111614 (or 0x111614) is unknown color: approx Dark Green. HEX triplet: 11, 16 and 14. RGB value is (17,22,20). Sum of RGB (Red+Green+Blue) = 17+22+20=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 22 - color contains mainly: green. Hex color #111614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111614 is #EEE9EB. Grayscale: #141414. Windows color (decimal): -15657452 or 1316369. OLE color: 1316369.

HSL color Cylindrical-coordinate representation of color #111614: hue angle of 156º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #111614 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB172220-
CMYK0.2300.090.91
HSL156º12.82%7.65%-
HSV(B)156º22.73%8.63%-
XYZ0.640.740.77-
YUV20.28127.84125.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=28.81%
G=37.29%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1722200.2300.090.9115612.827.65
Hex11161417095B9cd8
Octal212624270111332341510
Binary100011011010100101110100110110111001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111614; }

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

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

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

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

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

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

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

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