#163326

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

Shades of Cardin Green #163326

Tints of Cardin Green #163326

Color information

#163326 (or 0x163326) is unknown color: approx Cardin Green. HEX triplet: 16, 33 and 26. RGB value is (22,51,38). Sum of RGB (Red+Green+Blue) = 22+51+38=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #163326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163326 is #E9CCD9. Grayscale: #282828. Windows color (decimal): -15322330 or 2503446. OLE color: 2503446.

HSL color Cylindrical-coordinate representation of color #163326: hue angle of 153.1º 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 #163326 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB225138-
CMYK0.5700.250.8
HSL153.1º39.73%14.31%-
HSV(B)153.1º56.86%20%-
XYZ1.862.682.25-
YUV40.85126.39114.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=19.82%
G=45.95%
B=34.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251380.5700.250.8153.139.7314.31
Hex16332639019509928e
Octal266346710311202315016
Binary101101100111001101110010110011010000100110011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163326; }

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

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

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

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

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

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

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

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