#173C20

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

Shades of Deep Fir #173C20

Tints of Deep Fir #173C20

Color information

#173C20 (or 0x173C20) is unknown color: approx Deep Fir. HEX triplet: 17, 3C and 20. RGB value is (23,60,32). Sum of RGB (Red+Green+Blue) = 23+60+32=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #173C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C20 is #E8C3DF. Grayscale: #2D2D2D. Windows color (decimal): -15254496 or 2112535. OLE color: 2112535.

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

Color convert

RGB236032-
CMYK0.6200.470.76
HSL134.59º44.58%16.27%-
HSV(B)134.59º61.67%23.53%-
XYZ2.233.521.93-
YUV45.74120.24111.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20%
GREEN value IS 60 (23.83% from 255) = 52.17%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=20%
G=52.17%
B=27.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2360320.6200.470.76134.5944.5816.27
Hex173C203E02F4C872d10
Octal277440760571142075520
Binary10111111100100000111110010111110011001000011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173C20; }

 p { color: rgb(23,60,32); }

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

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

 a { background-color: rgb(23,60,32); }

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

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

 span { border-color: rgb(23,60,32); }

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