#173920

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

Shades of Deep Fir #173920

Tints of Deep Fir #173920

Color information

#173920 (or 0x173920) is unknown color: approx Deep Fir. HEX triplet: 17, 39 and 20. RGB value is (23,57,32). Sum of RGB (Red+Green+Blue) = 23+57+32=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #173920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173920 is #E8C6DF. Grayscale: #2C2C2C. Windows color (decimal): -15255264 or 2111767. OLE color: 2111767.

HSL color Cylindrical-coordinate representation of color #173920: hue angle of 135.88º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173920 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB235732-
CMYK0.6000.440.78
HSL135.88º42.5%15.69%-
HSV(B)135.88º59.65%22.35%-
XYZ2.083.211.88-
YUV43.98121.24113.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.54%
GREEN value IS 57 (22.66% from 255) = 50.89%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=20.54%
G=50.89%
B=28.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2357320.6000.440.78135.8842.515.69
Hex1739203C02C4E882a10
Octal277140740541162105220
Binary10111111001100000111100010110010011101000100010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173920; }

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

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

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

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

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

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

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

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