#16401E

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

Shades of Deep Fir #16401E

Tints of Deep Fir #16401E

Color information

#16401E (or 0x16401E) is unknown color: approx Deep Fir. HEX triplet: 16, 40 and 1E. RGB value is (22,64,30). Sum of RGB (Red+Green+Blue) = 22+64+30=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #16401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16401E is #E9BFE1. Grayscale: #2F2F2F. Windows color (decimal): -15319010 or 1982486. OLE color: 1982486.

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

Color convert

RGB226430-
CMYK0.6600.530.75
HSL131.43º48.84%16.86%-
HSV(B)131.43º65.62%25.1%-
XYZ2.43.931.86-
YUV47.57118.09109.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=18.97%
G=55.17%
B=25.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2264300.6600.530.75131.4348.8416.86
Hex16401E420354B833111
Octal26100361020651132036121
Binary101101000000111101000010011010110010111000001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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