#16481F

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

Shades of Deep Fir #16481F

Tints of Deep Fir #16481F

Color information

#16481F (or 0x16481F) is unknown color: approx Deep Fir. HEX triplet: 16, 48 and 1F. RGB value is (22,72,31). Sum of RGB (Red+Green+Blue) = 22+72+31=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #16481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16481F is #E9B7E0. Grayscale: #343434. Windows color (decimal): -15316961 or 2050070. OLE color: 2050070.

HSL color Cylindrical-coordinate representation of color #16481F: hue angle of 130.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16481F is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB227231-
CMYK0.6900.570.72
HSL130.8º53.19%18.43%-
HSV(B)130.8º69.44%28.24%-
XYZ2.94.92.09-
YUV52.38115.94106.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=17.6%
G=57.6%
B=24.8%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272310.6900.570.72130.853.1918.43
Hex16481F4503948833512
Octal26110371050711102036522
Binary101101001000111111000101011100110010001000001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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