#16491F

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

Shades of Deep Fir #16491F

Tints of Deep Fir #16491F

Color information

#16491F (or 0x16491F) is unknown color: approx Deep Fir. HEX triplet: 16, 49 and 1F. RGB value is (22,73,31). Sum of RGB (Red+Green+Blue) = 22+73+31=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #16491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16491F is #E9B6E0. Grayscale: #353535. Windows color (decimal): -15316705 or 2050326. OLE color: 2050326.

HSL color Cylindrical-coordinate representation of color #16491F: hue angle of 130.59º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16491F is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB227331-
CMYK0.7000.580.71
HSL130.59º53.68%18.63%-
HSV(B)130.59º69.86%28.63%-
XYZ2.965.032.11-
YUV52.96115.6105.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.46%
GREEN value IS 73 (28.91% from 255) = 57.94%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=17.46%
G=57.94%
B=24.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2273310.7000.580.71130.5953.6818.63
Hex16491F4603A47833613
Octal26111371060721072036623
Binary101101001001111111000110011101010001111000001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16491F; }

 p { color: rgb(22,73,31); }

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

<style>
 a { background-color: #16491F; }

 a { background-color: rgb(22,73,31); }

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

<style>
 span { border-color: #16491F; }

 span { border-color: rgb(22,73,31); }

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