#194323

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

Shades of Deep Fir #194323

Tints of Deep Fir #194323

Color information

#194323 (or 0x194323) is unknown color: approx Deep Fir. HEX triplet: 19, 43 and 23. RGB value is (25,67,35). Sum of RGB (Red+Green+Blue) = 25+67+35=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #194323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194323 is #E6BCDC. Grayscale: #323232. Windows color (decimal): -15121629 or 2310937. OLE color: 2310937.

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

Color convert

RGB256735-
CMYK0.6300.480.74
HSL134.29º45.65%18.04%-
HSV(B)134.29º62.69%26.27%-
XYZ2.714.342.29-
YUV50.79119.09109.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=19.69%
G=52.76%
B=27.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2567350.6300.480.74134.2945.6518.04
Hex1943233F0304A862e12
Octal3110343770601122065622
Binary110011000011100011111111011000010010101000011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194323; }

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

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

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

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

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

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

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

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