#16441E

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

Shades of Deep Fir #16441E

Tints of Deep Fir #16441E

Color information

#16441E (or 0x16441E) is unknown color: approx Deep Fir. HEX triplet: 16, 44 and 1E. RGB value is (22,68,30). Sum of RGB (Red+Green+Blue) = 22+68+30=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #16441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16441E is #E9BBE1. Grayscale: #323232. Windows color (decimal): -15317986 or 1983510. OLE color: 1983510.

HSL color Cylindrical-coordinate representation of color #16441E: hue angle of 130.43º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #16441E is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB226830-
CMYK0.6800.560.73
HSL130.43º51.11%17.65%-
HSV(B)130.43º67.65%26.67%-
XYZ2.634.41.94-
YUV49.91116.76108.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 68 (26.95% from 255) = 56.67%
BLUE value IS 30 (12.11% from 255) = 25%
R=18.33%
G=56.67%
B=25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2268300.6800.560.73130.4351.1117.65
Hex16441E4403849823312
Octal26104361040701112026322
Binary101101000100111101000100011100010010011000001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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