#164728

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

Shades of Zuccini #164728

Tints of Zuccini #164728

Color information

#164728 (or 0x164728) is unknown color: approx Zuccini. HEX triplet: 16, 47 and 28. RGB value is (22,71,40). Sum of RGB (Red+Green+Blue) = 22+71+40=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #164728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164728 is #E9B8D7. Grayscale: #343434. Windows color (decimal): -15317208 or 2639638. OLE color: 2639638.

HSL color Cylindrical-coordinate representation of color #164728: hue angle of 142.04º 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 #164728 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB227140-
CMYK0.6900.440.72
HSL142.04º52.69%18.24%-
HSV(B)142.04º69.01%27.84%-
XYZ2.974.832.78-
YUV52.82120.77106.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.54%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=16.54%
G=53.38%
B=30.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271400.6900.440.72142.0452.6918.24
Hex1647284502C488e3512
Octal26107501050541102166522
Binary1011010001111010001000101010110010010001000111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164728; }

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

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

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

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

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

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

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

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