#16221C

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

Shades of Cardin Green #16221C

Tints of Cardin Green #16221C

Color information

#16221C (or 0x16221C) is unknown color: approx Cardin Green. HEX triplet: 16, 22 and 1C. RGB value is (22,34,28). Sum of RGB (Red+Green+Blue) = 22+34+28=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #16221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16221C is #E9DDE3. Grayscale: #1D1D1D. Windows color (decimal): -15326692 or 1843734. OLE color: 1843734.

HSL color Cylindrical-coordinate representation of color #16221C: hue angle of 150º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #16221C is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB223428-
CMYK0.3500.180.87
HSL150º21.43%10.98%-
HSV(B)150º35.29%13.33%-
XYZ1.111.41.31-
YUV29.73127.02122.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.19%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=26.19%
G=40.48%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2234280.3500.180.8715021.4310.98
Hex16221C23012579615b
Octal264234430221272262513
Binary1011010001011100100011010010101011110010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16221C; }

 p { color: rgb(22,34,28); }

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

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

 a { background-color: rgb(22,34,28); }

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

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

 span { border-color: rgb(22,34,28); }

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