#163B1D

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

Shades of Deep Fir #163B1D

Tints of Deep Fir #163B1D

Color information

#163B1D (or 0x163B1D) is unknown color: approx Deep Fir. HEX triplet: 16, 3B and 1D. RGB value is (22,59,29). Sum of RGB (Red+Green+Blue) = 22+59+29=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #163B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B1D is #E9C4E2. Grayscale: #2C2C2C. Windows color (decimal): -15320291 or 1915670. OLE color: 1915670.

HSL color Cylindrical-coordinate representation of color #163B1D: hue angle of 131.35º 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 #163B1D is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.

Color convert

RGB225929-
CMYK0.6300.510.77
HSL131.35º45.68%15.88%-
HSV(B)131.35º62.71%23.14%-
XYZ2.123.391.7-
YUV44.52119.24111.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 59 (23.44% from 255) = 53.64%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=20%
G=53.64%
B=26.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2259290.6300.510.77131.3545.6815.88
Hex163B1D3F0334D832e10
Octal267335770631152035620
Binary1011011101111101111111011001110011011000001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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