#164426

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

Shades of Deep Fir #164426

Tints of Deep Fir #164426

Color information

#164426 (or 0x164426) is unknown color: approx Deep Fir. HEX triplet: 16, 44 and 26. RGB value is (22,68,38). Sum of RGB (Red+Green+Blue) = 22+68+38=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #164426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164426 is #E9BBD9. Grayscale: #323232. Windows color (decimal): -15317978 or 2507798. OLE color: 2507798.

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

Color convert

RGB226838-
CMYK0.6800.440.73
HSL140.87º51.11%17.65%-
HSV(B)140.87º67.65%26.67%-
XYZ2.754.442.55-
YUV50.83120.76107.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=17.19%
G=53.12%
B=29.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2268380.6800.440.73140.8751.1117.65
Hex1644264402C498d3312
Octal26104461040541112156322
Binary1011010001001001101000100010110010010011000110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164426; }

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

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

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

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

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

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

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

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