#164620

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

Shades of Deep Fir #164620

Tints of Deep Fir #164620

Color information

#164620 (or 0x164620) is unknown color: approx Deep Fir. HEX triplet: 16, 46 and 20. RGB value is (22,70,32). Sum of RGB (Red+Green+Blue) = 22+70+32=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #164620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164620 is #E9B9DF. Grayscale: #333333. Windows color (decimal): -15317472 or 2115094. OLE color: 2115094.

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

Color convert

RGB227032-
CMYK0.6900.540.73
HSL132.5º52.17%18.04%-
HSV(B)132.5º68.57%27.45%-
XYZ2.784.662.12-
YUV51.32117.1107.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 70 (27.73% from 255) = 56.45%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=17.74%
G=56.45%
B=25.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270320.6900.540.73132.552.1718.04
Hex1646204503649843412
Octal26106401050661112046422
Binary1011010001101000001000101011011010010011000010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164620; }

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

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

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

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

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

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

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

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