#163628

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

Shades of Cardin Green #163628

Tints of Cardin Green #163628

Color information

#163628 (or 0x163628) is unknown color: approx Cardin Green. HEX triplet: 16, 36 and 28. RGB value is (22,54,40). Sum of RGB (Red+Green+Blue) = 22+54+40=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #163628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163628 is #E9C9D7. Grayscale: #2A2A2A. Windows color (decimal): -15321560 or 2635286. OLE color: 2635286.

HSL color Cylindrical-coordinate representation of color #163628: hue angle of 153.75º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163628 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB225440-
CMYK0.5900.260.79
HSL153.75º42.11%14.9%-
HSV(B)153.75º59.26%21.18%-
XYZ2.032.962.47-
YUV42.84126.4113.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=18.97%
G=46.55%
B=34.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254400.5900.260.79153.7542.1114.9
Hex1636283B01A4F9a2af
Octal266650730321172325217
Binary101101101101010001110110110101001111100110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163628; }

 p { color: rgb(22,54,40); }

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

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

 a { background-color: rgb(22,54,40); }

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

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

 span { border-color: rgb(22,54,40); }

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