#174A20

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

Shades of Deep Fir #174A20

Tints of Deep Fir #174A20

Color information

#174A20 (or 0x174A20) is unknown color: approx Deep Fir. HEX triplet: 17, 4A and 20. RGB value is (23,74,32). Sum of RGB (Red+Green+Blue) = 23+74+32=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #174A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174A20 is #E8B5DF. Grayscale: #363636. Windows color (decimal): -15250912 or 2116119. OLE color: 2116119.

HSL color Cylindrical-coordinate representation of color #174A20: hue angle of 130.59º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #174A20 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB237432-
CMYK0.6900.570.71
HSL130.59º52.58%19.02%-
HSV(B)130.59º68.92%29.02%-
XYZ3.065.182.21-
YUV53.96115.6105.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.83%
GREEN value IS 74 (29.30% from 255) = 57.36%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=17.83%
G=57.36%
B=24.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2374320.6900.570.71130.5952.5819.02
Hex174A204503947833513
Octal27112401050711072036523
Binary1011110010101000001000101011100110001111000001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174A20; }

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

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

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

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

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

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

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

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