#164328

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

Shades of Zuccini #164328

Tints of Zuccini #164328

Color information

#164328 (or 0x164328) is unknown color: approx Zuccini. HEX triplet: 16, 43 and 28. RGB value is (22,67,40). Sum of RGB (Red+Green+Blue) = 22+67+40=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #164328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164328 is #E9BCD7. Grayscale: #323232. Windows color (decimal): -15318232 or 2638614. OLE color: 2638614.

HSL color Cylindrical-coordinate representation of color #164328: hue angle of 144º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164328 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB226740-
CMYK0.6700.400.74
HSL144º50.56%17.45%-
HSV(B)144º67.16%26.27%-
XYZ2.724.342.7-
YUV50.47122.09107.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 67 (26.56% from 255) = 51.94%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=17.05%
G=51.94%
B=31.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267400.6700.400.7414450.5617.45
Hex164328430284A903311
Octal26103501030501122206321
Binary1011010000111010001000011010100010010101001000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164328; }

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

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

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

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

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

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

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

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