#174520

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

Shades of Deep Fir #174520

Tints of Deep Fir #174520

Color information

#174520 (or 0x174520) is unknown color: approx Deep Fir. HEX triplet: 17, 45 and 20. RGB value is (23,69,32). Sum of RGB (Red+Green+Blue) = 23+69+32=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #174520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174520 is #E8BADF. Grayscale: #333333. Windows color (decimal): -15252192 or 2114839. OLE color: 2114839.

HSL color Cylindrical-coordinate representation of color #174520: hue angle of 131.74º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #174520 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB236932-
CMYK0.6700.540.73
HSL131.74º50%18.04%-
HSV(B)131.74º66.67%27.06%-
XYZ2.744.542.1-
YUV51.03117.26108.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 69 (27.34% from 255) = 55.65%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=18.55%
G=55.65%
B=25.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2369320.6700.540.73131.745018.04
Hex1745204303649843212
Octal27105401030661112046222
Binary1011110001011000001000011011011010010011000010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174520; }

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

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

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

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

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

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

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

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