#16401D

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

Shades of Deep Fir #16401D

Tints of Deep Fir #16401D

Color information

#16401D (or 0x16401D) is unknown color: approx Deep Fir. HEX triplet: 16, 40 and 1D. RGB value is (22,64,29). Sum of RGB (Red+Green+Blue) = 22+64+29=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #16401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16401D is #E9BFE2. Grayscale: #2F2F2F. Windows color (decimal): -15319011 or 1916950. OLE color: 1916950.

HSL color Cylindrical-coordinate representation of color #16401D: hue angle of 130º 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 #16401D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB226429-
CMYK0.6600.550.75
HSL130º48.84%16.86%-
HSV(B)130º65.62%25.1%-
XYZ2.393.931.79-
YUV47.45117.59109.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=19.13%
G=55.65%
B=25.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2264290.6600.550.7513048.8416.86
Hex16401D420374B823111
Octal26100351020671132026121
Binary101101000000111011000010011011110010111000001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16401D; }

 p { color: rgb(22,64,29); }

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

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

 a { background-color: rgb(22,64,29); }

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

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

 span { border-color: rgb(22,64,29); }

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