#164B31

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

Shades of Zuccini #164B31

Tints of Zuccini #164B31

Color information

#164B31 (or 0x164B31) is unknown color: approx Zuccini. HEX triplet: 16, 4B and 31. RGB value is (22,75,49). Sum of RGB (Red+Green+Blue) = 22+75+49=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #164B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B31 is #E9B4CE. Grayscale: #383838. Windows color (decimal): -15316175 or 3230486. OLE color: 3230486.

HSL color Cylindrical-coordinate representation of color #164B31: hue angle of 150.57º 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 #164B31 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB227549-
CMYK0.7100.350.71
HSL150.57º54.64%19.02%-
HSV(B)150.57º70.67%29.41%-
XYZ3.45.423.77-
YUV56.19123.94103.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 75 (29.69% from 255) = 51.37%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=15.07%
G=51.37%
B=33.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275490.7100.350.71150.5754.6419.02
Hex164B314702347973713
Octal26113611070431072276723
Binary1011010010111100011000111010001110001111001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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