#163B1F

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

Shades of Deep Fir #163B1F

Tints of Deep Fir #163B1F

Color information

#163B1F (or 0x163B1F) is unknown color: approx Deep Fir. HEX triplet: 16, 3B and 1F. RGB value is (22,59,31). Sum of RGB (Red+Green+Blue) = 22+59+31=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #163B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B1F is #E9C4E0. Grayscale: #2C2C2C. Windows color (decimal): -15320289 or 2046742. OLE color: 2046742.

HSL color Cylindrical-coordinate representation of color #163B1F: hue angle of 134.59º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163B1F is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB225931-
CMYK0.6300.470.77
HSL134.59º45.68%15.88%-
HSV(B)134.59º62.71%23.14%-
XYZ2.143.41.84-
YUV44.74120.24111.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 59 (23.44% from 255) = 52.68%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=19.64%
G=52.68%
B=27.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2259310.6300.470.77134.5945.6815.88
Hex163B1F3F02F4D872e10
Octal267337770571152075620
Binary1011011101111111111111010111110011011000011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163B1F; }

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

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

<style>
 a { background-color: #163B1F; }

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

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

<style>
 span { border-color: #163B1F; }

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

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