#16461F

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

Shades of Deep Fir #16461F

Tints of Deep Fir #16461F

Color information

#16461F (or 0x16461F) is unknown color: approx Deep Fir. HEX triplet: 16, 46 and 1F. RGB value is (22,70,31). Sum of RGB (Red+Green+Blue) = 22+70+31=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #16461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16461F is #E9B9E0. Grayscale: #333333. Windows color (decimal): -15317473 or 2049558. OLE color: 2049558.

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

Color convert

RGB227031-
CMYK0.6900.560.73
HSL131.25º52.17%18.04%-
HSV(B)131.25º68.57%27.45%-
XYZ2.774.652.05-
YUV51.2116.6107.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.89%
GREEN value IS 70 (27.73% from 255) = 56.91%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=17.89%
G=56.91%
B=25.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270310.6900.560.73131.2552.1718.04
Hex16461F4503849833412
Octal26106371050701112036422
Binary101101000110111111000101011100010010011000001111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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