#163B26

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

Shades of Deep Fir #163B26

Tints of Deep Fir #163B26

Color information

#163B26 (or 0x163B26) is unknown color: approx Deep Fir. HEX triplet: 16, 3B and 26. RGB value is (22,59,38). Sum of RGB (Red+Green+Blue) = 22+59+38=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #163B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B26 is #E9C4D9. Grayscale: #2D2D2D. Windows color (decimal): -15320282 or 2505494. OLE color: 2505494.

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

Color convert

RGB225938-
CMYK0.6300.360.77
HSL145.95º45.68%15.88%-
HSV(B)145.95º62.71%23.14%-
XYZ2.243.442.38-
YUV45.54123.74111.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 59 (23.44% from 255) = 49.58%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=18.49%
G=49.58%
B=31.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2259380.6300.360.77145.9545.6815.88
Hex163B263F0244D922e10
Octal267346770441152225620
Binary10110111011100110111111010010010011011001001010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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