#164624

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

Shades of Deep Fir #164624

Tints of Deep Fir #164624

Color information

#164624 (or 0x164624) is unknown color: approx Deep Fir. HEX triplet: 16, 46 and 24. RGB value is (22,70,36). Sum of RGB (Red+Green+Blue) = 22+70+36=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #164624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164624 is #E9B9DB. Grayscale: #333333. Windows color (decimal): -15317468 or 2377238. OLE color: 2377238.

HSL color Cylindrical-coordinate representation of color #164624: hue angle of 137.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 #164624 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB227036-
CMYK0.6900.490.73
HSL137.5º52.17%18.04%-
HSV(B)137.5º68.57%27.45%-
XYZ2.844.682.42-
YUV51.77119.1106.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=17.19%
G=54.69%
B=28.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270360.6900.490.73137.552.1718.04
Hex16462445031498a3412
Octal26106441050611112126422
Binary1011010001101001001000101011000110010011000101011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164624; }

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

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

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

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

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

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

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

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