#194020

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

Shades of Deep Fir #194020

Tints of Deep Fir #194020

Color information

#194020 (or 0x194020) is unknown color: approx Deep Fir. HEX triplet: 19, 40 and 20. RGB value is (25,64,32). Sum of RGB (Red+Green+Blue) = 25+64+32=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #194020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194020 is #E6BFDF. Grayscale: #303030. Windows color (decimal): -15122400 or 2113561. OLE color: 2113561.

HSL color Cylindrical-coordinate representation of color #194020: hue angle of 130.77º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #194020 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB256432-
CMYK0.6100.500.75
HSL130.77º43.82%17.45%-
HSV(B)130.77º60.94%25.1%-
XYZ2.53.982-
YUV48.69118.58111.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=20.66%
G=52.89%
B=26.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2564320.6100.500.75130.7743.8217.45
Hex1940203D0324B832c11
Octal3110040750621132035421
Binary110011000000100000111101011001010010111000001110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194020; }

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

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

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

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

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

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

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

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