#163F1D

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

Shades of Deep Fir #163F1D

Tints of Deep Fir #163F1D

Color information

#163F1D (or 0x163F1D) is unknown color: approx Deep Fir. HEX triplet: 16, 3F and 1D. RGB value is (22,63,29). Sum of RGB (Red+Green+Blue) = 22+63+29=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #163F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F1D is #E9C0E2. Grayscale: #2E2E2E. Windows color (decimal): -15319267 or 1916694. OLE color: 1916694.

HSL color Cylindrical-coordinate representation of color #163F1D: hue angle of 130.24º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163F1D is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB226329-
CMYK0.6500.540.75
HSL130.24º48.24%16.67%-
HSV(B)130.24º65.08%24.71%-
XYZ2.333.811.78-
YUV46.86117.92110.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 63 (25% from 255) = 55.26%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=19.30%
G=55.26%
B=25.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2263290.6500.540.75130.2448.2416.67
Hex163F1D410364B823011
Octal2677351010661132026021
Binary10110111111111011000001011011010010111000001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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