#163122

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

Shades of Cardin Green #163122

Tints of Cardin Green #163122

Color information

#163122 (or 0x163122) is unknown color: approx Cardin Green. HEX triplet: 16, 31 and 22. RGB value is (22,49,34). Sum of RGB (Red+Green+Blue) = 22+49+34=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #163122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163122 is #E9CEDD. Grayscale: #272727. Windows color (decimal): -15322846 or 2240790. OLE color: 2240790.

HSL color Cylindrical-coordinate representation of color #163122: hue angle of 146.67º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #163122 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB224934-
CMYK0.5500.310.81
HSL146.67º38.03%13.92%-
HSV(B)146.67º55.1%19.22%-
XYZ1.722.481.9-
YUV39.22125.05115.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=20.95%
G=46.67%
B=32.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249340.5500.310.81146.6738.0313.92
Hex1631223701F519326e
Octal266142670371212234616
Binary101101100011000101101110111111010001100100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163122; }

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

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

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

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

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

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

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

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