#174920

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

Shades of Deep Fir #174920

Tints of Deep Fir #174920

Color information

#174920 (or 0x174920) is unknown color: approx Deep Fir. HEX triplet: 17, 49 and 20. RGB value is (23,73,32). Sum of RGB (Red+Green+Blue) = 23+73+32=128 (16% of max value = 765). Red value is 23 (9.38% from 255 or 17.97% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #174920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174920 is #E8B6DF. Grayscale: #353535. Windows color (decimal): -15251168 or 2115863. OLE color: 2115863.

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

Color convert

RGB237332-
CMYK0.6800.560.71
HSL130.8º52.08%18.82%-
HSV(B)130.8º68.49%28.63%-
XYZ35.052.18-
YUV53.38115.94106.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.97%
GREEN value IS 73 (28.91% from 255) = 57.03%
BLUE value IS 32 (12.89% from 255) = 25%
R=17.97%
G=57.03%
B=25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2373320.6800.560.71130.852.0818.82
Hex1749204403847833413
Octal27111401040701072036423
Binary1011110010011000001000100011100010001111000001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174920; }

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

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

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

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

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

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

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

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