#164420

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

Shades of Deep Fir #164420

Tints of Deep Fir #164420

Color information

#164420 (or 0x164420) is unknown color: approx Deep Fir. HEX triplet: 16, 44 and 20. RGB value is (22,68,32). Sum of RGB (Red+Green+Blue) = 22+68+32=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #164420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164420 is #E9BBDF. Grayscale: #323232. Windows color (decimal): -15317984 or 2114582. OLE color: 2114582.

HSL color Cylindrical-coordinate representation of color #164420: hue angle of 133.04º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #164420 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB226832-
CMYK0.6800.530.73
HSL133.04º51.11%17.65%-
HSV(B)133.04º67.65%26.67%-
XYZ2.664.412.08-
YUV50.14117.76107.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 68 (26.95% from 255) = 55.74%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=18.03%
G=55.74%
B=26.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2268320.6800.530.73133.0451.1117.65
Hex1644204403549853312
Octal26104401040651112056322
Binary1011010001001000001000100011010110010011000010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164420; }

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

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

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

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

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

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

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

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