#164330

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

Shades of Zuccini #164330

Tints of Zuccini #164330

Color information

#164330 (or 0x164330) is unknown color: approx Zuccini. HEX triplet: 16, 43 and 30. RGB value is (22,67,48). Sum of RGB (Red+Green+Blue) = 22+67+48=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #164330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164330 is #E9BCCF. Grayscale: #333333. Windows color (decimal): -15318224 or 3162902. OLE color: 3162902.

HSL color Cylindrical-coordinate representation of color #164330: hue angle of 154.67º 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 #164330 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB226748-
CMYK0.6700.280.74
HSL154.67º50.56%17.45%-
HSV(B)154.67º67.16%26.27%-
XYZ2.874.43.49-
YUV51.38126.09107.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=16.06%
G=48.91%
B=35.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267480.6700.280.74154.6750.5617.45
Hex1643304301C4A9b3311
Octal26103601030341122336321
Binary101101000011110000100001101110010010101001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164330; }

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

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

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

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

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

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

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

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