#16471E

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

Shades of Deep Fir #16471E

Tints of Deep Fir #16471E

Color information

#16471E (or 0x16471E) is unknown color: approx Deep Fir. HEX triplet: 16, 47 and 1E. RGB value is (22,71,30). Sum of RGB (Red+Green+Blue) = 22+71+30=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #16471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16471E is #E9B8E1. Grayscale: #333333. Windows color (decimal): -15317218 or 1984278. OLE color: 1984278.

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

Color convert

RGB227130-
CMYK0.6900.580.72
HSL129.8º52.69%18.24%-
HSV(B)129.8º69.01%27.84%-
XYZ2.824.772-
YUV51.68115.77106.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.89%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=17.89%
G=57.72%
B=24.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271300.6900.580.72129.852.6918.24
Hex16471E4503A48823512
Octal26107361050721102026522
Binary101101000111111101000101011101010010001000001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16471E; }

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

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

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

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

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

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

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

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