#163222

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

Shades of Cardin Green #163222

Tints of Cardin Green #163222

Color information

#163222 (or 0x163222) is unknown color: approx Cardin Green. HEX triplet: 16, 32 and 22. RGB value is (22,50,34). Sum of RGB (Red+Green+Blue) = 22+50+34=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #163222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163222 is #E9CDDD. Grayscale: #272727. Windows color (decimal): -15322590 or 2241046. OLE color: 2241046.

HSL color Cylindrical-coordinate representation of color #163222: hue angle of 145.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163222 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB225034-
CMYK0.5600.320.80
HSL145.71º38.89%14.12%-
HSV(B)145.71º56%19.61%-
XYZ1.762.571.92-
YUV39.8124.72115.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 34 (13.67% from 255) = 32.08%
R=20.75%
G=47.17%
B=32.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250340.5600.320.80145.7138.8914.12
Hex16322238020509227e
Octal266242700401202224716
Binary1011011001010001011100001000001010000100100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163222; }

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

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

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

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

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

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

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

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