#16411E

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

Shades of Deep Fir #16411E

Tints of Deep Fir #16411E

Color information

#16411E (or 0x16411E) is unknown color: approx Deep Fir. HEX triplet: 16, 41 and 1E. RGB value is (22,65,30). Sum of RGB (Red+Green+Blue) = 22+65+30=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #16411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16411E is #E9BEE1. Grayscale: #303030. Windows color (decimal): -15318754 or 1982742. OLE color: 1982742.

HSL color Cylindrical-coordinate representation of color #16411E: hue angle of 131.16º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #16411E is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB226530-
CMYK0.6600.540.75
HSL131.16º49.43%17.06%-
HSV(B)131.16º66.15%25.49%-
XYZ2.464.041.88-
YUV48.15117.75109.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=18.80%
G=55.56%
B=25.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2265300.6600.540.75131.1649.4317.06
Hex16411E420364B833111
Octal26101361020661132036121
Binary101101000001111101000010011011010010111000001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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