#164626

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

Shades of Deep Fir #164626

Tints of Deep Fir #164626

Color information

#164626 (or 0x164626) is unknown color: approx Deep Fir. HEX triplet: 16, 46 and 26. RGB value is (22,70,38). Sum of RGB (Red+Green+Blue) = 22+70+38=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #164626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164626 is #E9B9D9. Grayscale: #343434. Windows color (decimal): -15317466 or 2508310. OLE color: 2508310.

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

Color convert

RGB227038-
CMYK0.6900.460.73
HSL140º52.17%18.04%-
HSV(B)140º68.57%27.45%-
XYZ2.874.692.59-
YUV52120.1106.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 70 (27.73% from 255) = 53.85%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=16.92%
G=53.85%
B=29.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270380.6900.460.7314052.1718.04
Hex1646264502E498c3412
Octal26106461050561112146422
Binary1011010001101001101000101010111010010011000110011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164626; }

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

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

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

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

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

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

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

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