#16461E

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

Shades of Deep Fir #16461E

Tints of Deep Fir #16461E

Color information

#16461E (or 0x16461E) is unknown color: approx Deep Fir. HEX triplet: 16, 46 and 1E. RGB value is (22,70,30). Sum of RGB (Red+Green+Blue) = 22+70+30=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #16461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16461E is #E9B9E1. Grayscale: #333333. Windows color (decimal): -15317474 or 1984022. OLE color: 1984022.

HSL color Cylindrical-coordinate representation of color #16461E: hue angle of 130º 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 #16461E is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB227030-
CMYK0.6900.570.73
HSL130º52.17%18.04%-
HSV(B)130º68.57%27.45%-
XYZ2.764.641.98-
YUV51.09116.1107.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 70 (27.73% from 255) = 57.38%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=18.03%
G=57.38%
B=24.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270300.6900.570.7313052.1718.04
Hex16461E4503949823412
Octal26106361050711112026422
Binary101101000110111101000101011100110010011000001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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