#141716

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

Shades of Dark Green #141716

Tints of Dark Green #141716

Color information

#141716 (or 0x141716) is unknown color: approx Dark Green. HEX triplet: 14, 17 and 16. RGB value is (20,23,22). Sum of RGB (Red+Green+Blue) = 20+23+22=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 23 - color contains mainly: green. Hex color #141716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141716 is #EBE8E9. Grayscale: #151515. Windows color (decimal): -15460586 or 1447700. OLE color: 1447700.

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

Color convert

RGB202322-
CMYK0.1300.040.91
HSL160º6.98%8.43%-
HSV(B)160º13.04%9.02%-
XYZ0.740.820.88-
YUV21.99128.01126.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 22 (8.98% from 255) = 33.85%
R=30.77%
G=35.38%
B=33.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2023220.1300.040.911606.988.43
Hex141716D045Ba078
Octal2427261504133240710
Binary101001011110110110101001011011101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141716; }

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

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

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

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

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

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

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

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