#194326

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

Shades of Deep Fir #194326

Tints of Deep Fir #194326

Color information

#194326 (or 0x194326) is unknown color: approx Deep Fir. HEX triplet: 19, 43 and 26. RGB value is (25,67,38). Sum of RGB (Red+Green+Blue) = 25+67+38=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #194326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194326 is #E6BCD9. Grayscale: #333333. Windows color (decimal): -15121626 or 2507545. OLE color: 2507545.

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

Color convert

RGB256738-
CMYK0.6300.430.74
HSL138.57º45.65%18.04%-
HSV(B)138.57º62.69%26.27%-
XYZ2.764.362.53-
YUV51.14120.59109.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=19.23%
G=51.54%
B=29.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2567380.6300.430.74138.5745.6518.04
Hex1943263F02B4A8b2e12
Octal3110346770531122135622
Binary110011000011100110111111010101110010101000101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194326; }

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

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

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

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

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

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

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

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