#194026

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

Shades of Deep Fir #194026

Tints of Deep Fir #194026

Color information

#194026 (or 0x194026) is unknown color: approx Deep Fir. HEX triplet: 19, 40 and 26. RGB value is (25,64,38). Sum of RGB (Red+Green+Blue) = 25+64+38=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #194026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194026 is #E6BFD9. Grayscale: #313131. Windows color (decimal): -15122394 or 2506777. OLE color: 2506777.

HSL color Cylindrical-coordinate representation of color #194026: hue angle of 140º 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 #194026 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB256438-
CMYK0.6100.410.75
HSL140º43.82%17.45%-
HSV(B)140º60.94%25.1%-
XYZ2.584.012.47-
YUV49.38121.58110.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=19.69%
G=50.39%
B=29.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2564380.6100.410.7514043.8217.45
Hex1940263D0294B8c2c11
Octal3110046750511132145421
Binary110011000000100110111101010100110010111000110010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194026; }

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

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

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

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

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

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

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

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