#164C26

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

Shades of Zuccini #164C26

Tints of Zuccini #164C26

Color information

#164C26 (or 0x164C26) is unknown color: approx Zuccini. HEX triplet: 16, 4C and 26. RGB value is (22,76,38). Sum of RGB (Red+Green+Blue) = 22+76+38=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #164C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C26 is #E9B3D9. Grayscale: #373737. Windows color (decimal): -15315930 or 2509846. OLE color: 2509846.

HSL color Cylindrical-coordinate representation of color #164C26: hue angle of 137.78º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164C26 is Cyan = 0.71, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB227638-
CMYK0.7100.50.70
HSL137.78º55.1%19.22%-
HSV(B)137.78º71.05%29.8%-
XYZ3.275.482.72-
YUV55.52118.11104.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 76 (30.08% from 255) = 55.88%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=16.18%
G=55.88%
B=27.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2276380.7100.50.70137.7855.119.22
Hex164C2647032468a3713
Octal26114461070621062126723
Binary1011010011001001101000111011001010001101000101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164C26; }

 p { color: rgb(22,76,38); }

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

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

 a { background-color: rgb(22,76,38); }

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

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

 span { border-color: rgb(22,76,38); }

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