#163823

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

Shades of Deep Fir #163823

Tints of Deep Fir #163823

Color information

#163823 (or 0x163823) is unknown color: approx Deep Fir. HEX triplet: 16, 38 and 23. RGB value is (22,56,35). Sum of RGB (Red+Green+Blue) = 22+56+35=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #163823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163823 is #E9C7DC. Grayscale: #2B2B2B. Windows color (decimal): -15321053 or 2308118. OLE color: 2308118.

HSL color Cylindrical-coordinate representation of color #163823: hue angle of 142.94º 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 #163823 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB225635-
CMYK0.6100.370.78
HSL142.94º43.59%15.29%-
HSV(B)142.94º60.71%21.96%-
XYZ2.053.122.08-
YUV43.44123.24112.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=19.47%
G=49.56%
B=30.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256350.6100.370.78142.9443.5915.29
Hex1638233D0254E8f2cf
Octal267043750451162175417
Binary1011011100010001111110101001011001110100011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163823; }

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

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

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

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

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

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

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

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