#163528

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

Shades of Cardin Green #163528

Tints of Cardin Green #163528

Color information

#163528 (or 0x163528) is unknown color: approx Cardin Green. HEX triplet: 16, 35 and 28. RGB value is (22,53,40). Sum of RGB (Red+Green+Blue) = 22+53+40=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #163528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163528 is #E9CAD7. Grayscale: #2A2A2A. Windows color (decimal): -15321816 or 2635030. OLE color: 2635030.

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

Color convert

RGB225340-
CMYK0.5800.250.79
HSL154.84º41.33%14.71%-
HSV(B)154.84º58.49%20.78%-
XYZ1.992.872.46-
YUV42.25126.73113.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=19.13%
G=46.09%
B=34.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253400.5800.250.79154.8441.3314.71
Hex1635283A0194F9b29f
Octal266550720311172335117
Binary101101101011010001110100110011001111100110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163528; }

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

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

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

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

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

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

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

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