#194426

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

Shades of Deep Fir #194426

Tints of Deep Fir #194426

Color information

#194426 (or 0x194426) is unknown color: approx Deep Fir. HEX triplet: 19, 44 and 26. RGB value is (25,68,38). Sum of RGB (Red+Green+Blue) = 25+68+38=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #194426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194426 is #E6BBD9. Grayscale: #333333. Windows color (decimal): -15121370 or 2507801. OLE color: 2507801.

HSL color Cylindrical-coordinate representation of color #194426: hue angle of 138.14º 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 #194426 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB256838-
CMYK0.6300.440.73
HSL138.14º46.24%18.24%-
HSV(B)138.14º63.24%26.67%-
XYZ2.824.482.55-
YUV51.72120.25108.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.08%
GREEN value IS 68 (26.95% from 255) = 51.91%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=19.08%
G=51.91%
B=29.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568380.6300.440.73138.1446.2418.24
Hex1944263F02C498a2e12
Octal3110446770541112125622
Binary110011000100100110111111010110010010011000101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194426; }

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

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

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

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

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

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

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

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