#163324

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

Shades of Cardin Green #163324

Tints of Cardin Green #163324

Color information

#163324 (or 0x163324) is unknown color: approx Cardin Green. HEX triplet: 16, 33 and 24. RGB value is (22,51,36). Sum of RGB (Red+Green+Blue) = 22+51+36=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #163324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163324 is #E9CCDB. Grayscale: #282828. Windows color (decimal): -15322332 or 2372374. OLE color: 2372374.

HSL color Cylindrical-coordinate representation of color #163324: hue angle of 148.97º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163324 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB225136-
CMYK0.5700.290.8
HSL148.97º39.73%14.31%-
HSV(B)148.97º56.86%20%-
XYZ1.832.672.09-
YUV40.62125.39114.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=20.18%
G=46.79%
B=33.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251360.5700.290.8148.9739.7314.31
Hex1633243901D509528e
Octal266344710351202255016
Binary101101100111001001110010111011010000100101011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163324; }

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

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

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

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

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

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

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

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