#163429

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

Shades of Cardin Green #163429

Tints of Cardin Green #163429

Color information

#163429 (or 0x163429) is unknown color: approx Cardin Green. HEX triplet: 16, 34 and 29. RGB value is (22,52,41). Sum of RGB (Red+Green+Blue) = 22+52+41=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #163429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163429 is #E9CBD6. Grayscale: #292929. Windows color (decimal): -15322071 or 2700310. OLE color: 2700310.

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

Color convert

RGB225241-
CMYK0.5800.210.80
HSL158º40.54%14.51%-
HSV(B)158º57.69%20.39%-
XYZ1.962.792.53-
YUV41.78127.56113.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=19.13%
G=45.22%
B=35.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2252410.5800.210.8015840.5414.51
Hex1634293A015509e29f
Octal266451720251202365117
Binary101101101001010011110100101011010000100111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163429; }

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

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

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

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

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

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

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

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