#194423

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

Shades of Deep Fir #194423

Tints of Deep Fir #194423

Color information

#194423 (or 0x194423) is unknown color: approx Deep Fir. HEX triplet: 19, 44 and 23. RGB value is (25,68,35). Sum of RGB (Red+Green+Blue) = 25+68+35=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #194423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194423 is #E6BBDC. Grayscale: #333333. Windows color (decimal): -15121373 or 2311193. OLE color: 2311193.

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

Color convert

RGB256835-
CMYK0.6300.490.73
HSL133.95º46.24%18.24%-
HSV(B)133.95º63.24%26.67%-
XYZ2.774.462.31-
YUV51.38118.75109.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=19.53%
G=53.12%
B=27.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568350.6300.490.73133.9546.2418.24
Hex1944233F03149862e12
Octal3110443770611112065622
Binary110011000100100011111111011000110010011000011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194423; }

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

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

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

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

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

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

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

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