#164E2A

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

Shades of Zuccini #164E2A

Tints of Zuccini #164E2A

Color information

#164E2A (or 0x164E2A) is unknown color: approx Zuccini. HEX triplet: 16, 4E and 2A. RGB value is (22,78,42). Sum of RGB (Red+Green+Blue) = 22+78+42=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #164E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164E2A is #E9B1D5. Grayscale: #393939. Windows color (decimal): -15315414 or 2772502. OLE color: 2772502.

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

Color convert

RGB227842-
CMYK0.7200.460.69
HSL141.43º56%19.61%-
HSV(B)141.43º71.79%30.59%-
XYZ3.475.793.12-
YUV57.15119.45102.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 78 (30.86% from 255) = 54.93%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=15.49%
G=54.93%
B=29.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2278420.7200.460.69141.435619.61
Hex164E2A4802E458d3814
Octal26116521100561052157024
Binary1011010011101010101001000010111010001011000110111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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