Html Css Color HEX #111614 Dark Green

📋 copy color: '#111614'

red 17 ◦ green 22 ◦ blue 20

#111614
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #111614

Tints of Dark Green #111614

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.2% from 255) = 33.9%

R = 28.81%
G = 37.29%
B = 33.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#111614 (or 0x111614) is known color: 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

RGB 17 22 20 -
CMYK 0.23 0 0.09 0.91
HSL 156º 0.13% 0.08% -
HSV(B) 156º 0.23% 0.09% -
XYZ 0.64 0.74 0.77 -
YUV 20.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 17 22 20 0.23 0 0.09 0.91 156 0.13 0.08
Hex 11 16 14 17 0 9 5B 9C D 8
Octal 21 26 24 27 0 11 133 234 15 10
Binary 10001 10110 10100 10111 0 1001 1011011 10011100 1101 1000

Color Harmonies of #111614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111614

Black with #111614

Text Example


Text Example

White with #111614

Text Example


Text Example

HTML Codes & Css Web 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>