#163E22

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

Shades of Deep Fir #163E22

Tints of Deep Fir #163E22

Color information

#163E22 (or 0x163E22) is unknown color: approx Deep Fir. HEX triplet: 16, 3E and 22. RGB value is (22,62,34). Sum of RGB (Red+Green+Blue) = 22+62+34=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #163E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E22 is #E9C1DD. Grayscale: #2E2E2E. Windows color (decimal): -15319518 or 2244118. OLE color: 2244118.

HSL color Cylindrical-coordinate representation of color #163E22: hue angle of 138º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163E22 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.

Color convert

RGB226234-
CMYK0.6500.450.76
HSL138º47.62%16.47%-
HSV(B)138º64.52%24.31%-
XYZ2.343.732.11-
YUV46.85120.75110.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 62 (24.61% from 255) = 52.54%
BLUE value IS 34 (13.67% from 255) = 28.81%
R=18.64%
G=52.54%
B=28.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2262340.6500.450.7613847.6216.47
Hex163E224102D4C8a3010
Octal2676421010551142126020
Binary101101111101000101000001010110110011001000101011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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