#164929

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

Shades of Zuccini #164929

Tints of Zuccini #164929

Color information

#164929 (or 0x164929) is unknown color: approx Zuccini. HEX triplet: 16, 49 and 29. RGB value is (22,73,41). Sum of RGB (Red+Green+Blue) = 22+73+41=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #164929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164929 is #E9B6D6. Grayscale: #363636. Windows color (decimal): -15316695 or 2705686. OLE color: 2705686.

HSL color Cylindrical-coordinate representation of color #164929: hue angle of 142.35º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164929 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB227341-
CMYK0.7000.440.71
HSL142.35º53.68%18.63%-
HSV(B)142.35º69.86%28.63%-
XYZ3.115.12.92-
YUV54.1120.6105.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 73 (28.91% from 255) = 53.68%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=16.18%
G=53.68%
B=30.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2273410.7000.440.71142.3553.6818.63
Hex1649294602C478e3613
Octal26111511060541072166623
Binary1011010010011010011000110010110010001111000111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164929; }

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

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

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

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

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

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

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

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