#194122

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

Shades of Deep Fir #194122

Tints of Deep Fir #194122

Color information

#194122 (or 0x194122) is unknown color: approx Deep Fir. HEX triplet: 19, 41 and 22. RGB value is (25,65,34). Sum of RGB (Red+Green+Blue) = 25+65+34=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #194122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194122 is #E6BEDD. Grayscale: #313131. Windows color (decimal): -15122142 or 2244889. OLE color: 2244889.

HSL color Cylindrical-coordinate representation of color #194122: hue angle of 133.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194122 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB256534-
CMYK0.6200.480.75
HSL133.5º44.44%17.65%-
HSV(B)133.5º61.54%25.49%-
XYZ2.584.12.17-
YUV49.51119.25110.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=20.16%
G=52.42%
B=27.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565340.6200.480.75133.544.4417.65
Hex1941223E0304B862c12
Octal3110142760601132065422
Binary110011000001100010111110011000010010111000011010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194122; }

 p { color: rgb(25,65,34); }

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

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

 a { background-color: rgb(25,65,34); }

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

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

 span { border-color: rgb(25,65,34); }

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