#164E2F

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

Shades of Zuccini #164E2F

Tints of Zuccini #164E2F

Color information

#164E2F (or 0x164E2F) is unknown color: approx Zuccini. HEX triplet: 16, 4E and 2F. RGB value is (22,78,47). Sum of RGB (Red+Green+Blue) = 22+78+47=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #164E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164E2F is #E9B1D0. Grayscale: #393939. Windows color (decimal): -15315409 or 3100182. OLE color: 3100182.

HSL color Cylindrical-coordinate representation of color #164E2F: hue angle of 146.79º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164E2F is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB227847-
CMYK0.7200.400.69
HSL146.79º56%19.61%-
HSV(B)146.79º71.79%30.59%-
XYZ3.575.823.63-
YUV57.72121.95102.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 78 (30.86% from 255) = 53.06%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=14.97%
G=53.06%
B=31.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2278470.7200.400.69146.795619.61
Hex164E2F4802845933814
Octal26116571100501052237024
Binary1011010011101011111001000010100010001011001001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,78,47); }

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

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

 a { background-color: rgb(22,78,47); }

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

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

 span { border-color: rgb(22,78,47); }

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