#164722

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

Shades of Deep Fir #164722

Tints of Deep Fir #164722

Color information

#164722 (or 0x164722) is unknown color: approx Deep Fir. HEX triplet: 16, 47 and 22. RGB value is (22,71,34). Sum of RGB (Red+Green+Blue) = 22+71+34=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #164722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164722 is #E9B8DD. Grayscale: #343434. Windows color (decimal): -15317214 or 2246422. OLE color: 2246422.

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

Color convert

RGB227134-
CMYK0.6900.520.72
HSL134.69º52.69%18.24%-
HSV(B)134.69º69.01%27.84%-
XYZ2.874.792.29-
YUV52.13117.77106.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 71 (28.12% from 255) = 55.91%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=17.32%
G=55.91%
B=26.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271340.6900.520.72134.6952.6918.24
Hex1647224503448873512
Octal26107421050641102076522
Binary1011010001111000101000101011010010010001000011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164722; }

 p { color: rgb(22,71,34); }

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

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

 a { background-color: rgb(22,71,34); }

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

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

 span { border-color: rgb(22,71,34); }

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