#163224

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

Shades of Cardin Green #163224

Tints of Cardin Green #163224

Color information

#163224 (or 0x163224) is unknown color: approx Cardin Green. HEX triplet: 16, 32 and 24. RGB value is (22,50,36). Sum of RGB (Red+Green+Blue) = 22+50+36=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #163224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163224 is #E9CDDB. Grayscale: #282828. Windows color (decimal): -15322588 or 2372118. OLE color: 2372118.

HSL color Cylindrical-coordinate representation of color #163224: hue angle of 150º 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 #163224 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB225036-
CMYK0.5600.280.80
HSL150º38.89%14.12%-
HSV(B)150º56%19.61%-
XYZ1.792.582.07-
YUV40.03125.72115.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=20.37%
G=46.30%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250360.5600.280.8015038.8914.12
Hex1632243801C509627e
Octal266244700341202264716
Binary101101100101001001110000111001010000100101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163224; }

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

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

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

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

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

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

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

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