#164B2A

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

Shades of Zuccini #164B2A

Tints of Zuccini #164B2A

Color information

#164B2A (or 0x164B2A) is unknown color: approx Zuccini. HEX triplet: 16, 4B and 2A. RGB value is (22,75,42). Sum of RGB (Red+Green+Blue) = 22+75+42=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #164B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B2A is #E9B4D5. Grayscale: #373737. Windows color (decimal): -15316182 or 2771734. OLE color: 2771734.

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

Color convert

RGB227542-
CMYK0.7100.440.71
HSL142.64º54.64%19.02%-
HSV(B)142.64º70.67%29.41%-
XYZ3.265.373.05-
YUV55.39120.44104.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=15.83%
G=53.96%
B=30.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275420.7100.440.71142.6454.6419.02
Hex164B2A4702C478f3713
Octal26113521070541072176723
Binary1011010010111010101000111010110010001111000111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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