#163822

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

Shades of Deep Fir #163822

Tints of Deep Fir #163822

Color information

#163822 (or 0x163822) is unknown color: approx Deep Fir. HEX triplet: 16, 38 and 22. RGB value is (22,56,34). Sum of RGB (Red+Green+Blue) = 22+56+34=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #163822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163822 is #E9C7DD. Grayscale: #2B2B2B. Windows color (decimal): -15321054 or 2242582. OLE color: 2242582.

HSL color Cylindrical-coordinate representation of color #163822: hue angle of 141.18º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163822 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB225634-
CMYK0.6100.390.78
HSL141.18º43.59%15.29%-
HSV(B)141.18º60.71%21.96%-
XYZ2.033.112.01-
YUV43.33122.74112.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 56 (22.27% from 255) = 50%
BLUE value IS 34 (13.67% from 255) = 30.36%
R=19.64%
G=50%
B=30.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256340.6100.390.78141.1843.5915.29
Hex1638223D0274E8d2cf
Octal267042750471162155417
Binary1011011100010001011110101001111001110100011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163822; }

 p { color: rgb(22,56,34); }

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

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

 a { background-color: rgb(22,56,34); }

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

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

 span { border-color: rgb(22,56,34); }

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