#174421

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

Shades of Deep Fir #174421

Tints of Deep Fir #174421

Color information

#174421 (or 0x174421) is unknown color: approx Deep Fir. HEX triplet: 17, 44 and 21. RGB value is (23,68,33). Sum of RGB (Red+Green+Blue) = 23+68+33=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #174421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174421 is #E8BBDE. Grayscale: #323232. Windows color (decimal): -15252447 or 2180119. OLE color: 2180119.

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

Color convert

RGB236833-
CMYK0.6600.510.73
HSL133.33º49.45%17.84%-
HSV(B)133.33º66.18%26.67%-
XYZ2.694.432.15-
YUV50.56118.09108.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 68 (26.95% from 255) = 54.84%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=18.55%
G=54.84%
B=26.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2368330.6600.510.73133.3349.4517.84
Hex1744214203349853112
Octal27104411020631112056122
Binary1011110001001000011000010011001110010011000010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174421; }

 p { color: rgb(23,68,33); }

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

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

 a { background-color: rgb(23,68,33); }

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

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

 span { border-color: rgb(23,68,33); }

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