#173D20

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

Shades of Deep Fir #173D20

Tints of Deep Fir #173D20

Color information

#173D20 (or 0x173D20) is unknown color: approx Deep Fir. HEX triplet: 17, 3D and 20. RGB value is (23,61,32). Sum of RGB (Red+Green+Blue) = 23+61+32=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #173D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D20 is #E8C2DF. Grayscale: #2E2E2E. Windows color (decimal): -15254240 or 2112791. OLE color: 2112791.

HSL color Cylindrical-coordinate representation of color #173D20: hue angle of 134.21º 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 #173D20 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB236132-
CMYK0.6200.480.76
HSL134.21º45.24%16.47%-
HSV(B)134.21º62.3%23.92%-
XYZ2.283.621.95-
YUV46.33119.91111.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.83%
GREEN value IS 61 (24.22% from 255) = 52.59%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=19.83%
G=52.59%
B=27.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2361320.6200.480.76134.2145.2416.47
Hex173D203E0304C862d10
Octal277540760601142065520
Binary10111111101100000111110011000010011001000011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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