#164726

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

Shades of Deep Fir #164726

Tints of Deep Fir #164726

Color information

#164726 (or 0x164726) is unknown color: approx Deep Fir. HEX triplet: 16, 47 and 26. RGB value is (22,71,38). Sum of RGB (Red+Green+Blue) = 22+71+38=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #164726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164726 is #E9B8D9. Grayscale: #343434. Windows color (decimal): -15317210 or 2508566. OLE color: 2508566.

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

Color convert

RGB227138-
CMYK0.6900.460.72
HSL139.59º52.69%18.24%-
HSV(B)139.59º69.01%27.84%-
XYZ2.934.822.61-
YUV52.59119.77106.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=16.79%
G=54.20%
B=29.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271380.6900.460.72139.5952.6918.24
Hex1647264502E488c3512
Octal26107461050561102146522
Binary1011010001111001101000101010111010010001000110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164726; }

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

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

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

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

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

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

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

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