#194120

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

Shades of Deep Fir #194120

Tints of Deep Fir #194120

Color information

#194120 (or 0x194120) is unknown color: approx Deep Fir. HEX triplet: 19, 41 and 20. RGB value is (25,65,32). Sum of RGB (Red+Green+Blue) = 25+65+32=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #194120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194120 is #E6BEDF. Grayscale: #313131. Windows color (decimal): -15122144 or 2113817. OLE color: 2113817.

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

Color convert

RGB256532-
CMYK0.6200.510.75
HSL130.5º44.44%17.65%-
HSV(B)130.5º61.54%25.49%-
XYZ2.554.092.02-
YUV49.28118.25110.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=20.49%
G=53.28%
B=26.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565320.6200.510.75130.544.4417.65
Hex1941203E0334B822c12
Octal3110140760631132025422
Binary110011000001100000111110011001110010111000001010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194120; }

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

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

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

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

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

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

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

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