#163529

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

Shades of Cardin Green #163529

Tints of Cardin Green #163529

Color information

#163529 (or 0x163529) is unknown color: approx Cardin Green. HEX triplet: 16, 35 and 29. RGB value is (22,53,41). Sum of RGB (Red+Green+Blue) = 22+53+41=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #163529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163529 is #E9CAD6. Grayscale: #2A2A2A. Windows color (decimal): -15321815 or 2700566. OLE color: 2700566.

HSL color Cylindrical-coordinate representation of color #163529: hue angle of 156.77º 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 #163529 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB225341-
CMYK0.5800.230.79
HSL156.77º41.33%14.71%-
HSV(B)156.77º58.49%20.78%-
XYZ22.882.55-
YUV42.36127.23113.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=18.97%
G=45.69%
B=35.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253410.5800.230.79156.7741.3314.71
Hex1635293A0174F9d29f
Octal266551720271172355117
Binary101101101011010011110100101111001111100111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163529; }

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

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

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

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

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

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

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

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