#164320

Color #164320 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #164320

Tints of Deep Fir #164320

Color information

#164320 (or 0x164320) is unknown color: approx Deep Fir. HEX triplet: 16, 43 and 20. RGB value is (22,67,32). Sum of RGB (Red+Green+Blue) = 22+67+32=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #164320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164320 is #E9BCDF. Grayscale: #313131. Windows color (decimal): -15318240 or 2114326. OLE color: 2114326.

HSL color Cylindrical-coordinate representation of color #164320: hue angle of 133.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164320 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB226732-
CMYK0.6700.520.74
HSL133.33º50.56%17.45%-
HSV(B)133.33º67.16%26.27%-
XYZ2.64.292.06-
YUV49.56118.09108.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=18.18%
G=55.37%
B=26.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267320.6700.520.74133.3350.5617.45
Hex164320430344A853311
Octal26103401030641122056321
Binary1011010000111000001000011011010010010101000010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164320; }

 p { color: rgb(22,67,32); }

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

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

 a { background-color: rgb(22,67,32); }

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

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

 span { border-color: rgb(22,67,32); }

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