#164829

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

Shades of Zuccini #164829

Tints of Zuccini #164829

Color information

#164829 (or 0x164829) is unknown color: approx Zuccini. HEX triplet: 16, 48 and 29. RGB value is (22,72,41). Sum of RGB (Red+Green+Blue) = 22+72+41=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #164829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164829 is #E9B7D6. Grayscale: #353535. Windows color (decimal): -15316951 or 2705430. OLE color: 2705430.

HSL color Cylindrical-coordinate representation of color #164829: hue angle of 142.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164829 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB227241-
CMYK0.6900.430.72
HSL142.8º53.19%18.43%-
HSV(B)142.8º69.44%28.24%-
XYZ3.054.972.9-
YUV53.52120.94105.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=16.30%
G=53.33%
B=30.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272410.6900.430.72142.853.1918.43
Hex1648294502B488f3512
Octal26110511050531102176522
Binary1011010010001010011000101010101110010001000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164829; }

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

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

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

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

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

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

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

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