#194420

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

Shades of Deep Fir #194420

Tints of Deep Fir #194420

Color information

#194420 (or 0x194420) is unknown color: approx Deep Fir. HEX triplet: 19, 44 and 20. RGB value is (25,68,32). Sum of RGB (Red+Green+Blue) = 25+68+32=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #194420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194420 is #E6BBDF. Grayscale: #333333. Windows color (decimal): -15121376 or 2114585. OLE color: 2114585.

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

Color convert

RGB256832-
CMYK0.6300.530.73
HSL129.77º46.24%18.24%-
HSV(B)129.77º63.24%26.67%-
XYZ2.734.452.08-
YUV51.04117.25109.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=20%
G=54.4%
B=25.6%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568320.6300.530.73129.7746.2418.24
Hex1944203F03549822e12
Octal3110440770651112025622
Binary110011000100100000111111011010110010011000001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194420; }

 p { color: rgb(25,68,32); }

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

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

 a { background-color: rgb(25,68,32); }

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

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

 span { border-color: rgb(25,68,32); }

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