#141816

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

Shades of Cardin Green #141816

Tints of Cardin Green #141816

Color information

#141816 (or 0x141816) is unknown color: approx Cardin Green. HEX triplet: 14, 18 and 16. RGB value is (20,24,22). Sum of RGB (Red+Green+Blue) = 20+24+22=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 24 - color contains mainly: green. Hex color #141816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141816 is #EBE7E9. Grayscale: #161616. Windows color (decimal): -15460330 or 1447956. OLE color: 1447956.

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

Color convert

RGB202422-
CMYK0.1700.080.91
HSL150º9.09%8.63%-
HSV(B)150º16.67%9.41%-
XYZ0.760.860.88-
YUV22.58127.67126.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=30.30%
G=36.36%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2024220.1700.080.911509.098.63
Hex14181611085B9699
Octal243026210101332261111
Binary101001100010110100010100010110111001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141816; }

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

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

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

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

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

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

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

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