#163126

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

Shades of Cardin Green #163126

Tints of Cardin Green #163126

Color information

#163126 (or 0x163126) is unknown color: approx Cardin Green. HEX triplet: 16, 31 and 26. RGB value is (22,49,38). Sum of RGB (Red+Green+Blue) = 22+49+38=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #163126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163126 is #E9CED9. Grayscale: #272727. Windows color (decimal): -15322842 or 2502934. OLE color: 2502934.

HSL color Cylindrical-coordinate representation of color #163126: hue angle of 155.56º 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 #163126 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB224938-
CMYK0.5500.220.81
HSL155.56º38.03%13.92%-
HSV(B)155.56º55.1%19.22%-
XYZ1.782.512.22-
YUV39.67127.05115.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=20.18%
G=44.95%
B=34.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249380.5500.220.81155.5638.0313.92
Hex16312637016519c26e
Octal266146670261212344616
Binary101101100011001101101110101101010001100111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163126; }

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

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

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

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

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

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

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

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