#174820

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

Shades of Deep Fir #174820

Tints of Deep Fir #174820

Color information

#174820 (or 0x174820) is unknown color: approx Deep Fir. HEX triplet: 17, 48 and 20. RGB value is (23,72,32). Sum of RGB (Red+Green+Blue) = 23+72+32=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #174820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174820 is #E8B7DF. Grayscale: #343434. Windows color (decimal): -15251424 or 2115607. OLE color: 2115607.

HSL color Cylindrical-coordinate representation of color #174820: hue angle of 131.02º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174820 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB237232-
CMYK0.6800.560.72
HSL131.02º51.58%18.63%-
HSV(B)131.02º68.06%28.24%-
XYZ2.934.922.16-
YUV52.79116.27106.75-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.11%
GREEN value IS 72 (28.52% from 255) = 56.69%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=18.11%
G=56.69%
B=25.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2372320.6800.560.72131.0251.5818.63
Hex1748204403848833413
Octal27110401040701102036423
Binary1011110010001000001000100011100010010001000001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174820; }

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

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

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

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

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

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

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

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