#173420

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

Shades of Deep Fir #173420

Tints of Deep Fir #173420

Color information

#173420 (or 0x173420) is unknown color: approx Deep Fir. HEX triplet: 17, 34 and 20. RGB value is (23,52,32). Sum of RGB (Red+Green+Blue) = 23+52+32=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #173420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173420 is #E8CBDF. Grayscale: #292929. Windows color (decimal): -15256544 or 2110487. OLE color: 2110487.

HSL color Cylindrical-coordinate representation of color #173420: hue angle of 138.62º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #173420 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB235232-
CMYK0.5600.380.80
HSL138.62º38.67%14.71%-
HSV(B)138.62º55.77%20.39%-
XYZ1.842.741.8-
YUV41.05122.89115.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.50%
GREEN value IS 52 (20.70% from 255) = 48.60%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=21.50%
G=48.60%
B=29.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2352320.5600.380.80138.6238.6714.71
Hex17342038026508b27f
Octal276440700461202134717
Binary1011111010010000011100001001101010000100010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173420; }

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

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

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

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

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

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

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

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