#194025

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

Shades of Deep Fir #194025

Tints of Deep Fir #194025

Color information

#194025 (or 0x194025) is unknown color: approx Deep Fir. HEX triplet: 19, 40 and 25. RGB value is (25,64,37). Sum of RGB (Red+Green+Blue) = 25+64+37=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #194025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194025 is #E6BFDA. Grayscale: #313131. Windows color (decimal): -15122395 or 2441241. OLE color: 2441241.

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

Color convert

RGB256437-
CMYK0.6100.420.75
HSL138.46º43.82%17.45%-
HSV(B)138.46º60.94%25.1%-
XYZ2.574.012.39-
YUV49.26121.08110.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=19.84%
G=50.79%
B=29.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2564370.6100.420.75138.4643.8217.45
Hex1940253D02A4B8a2c11
Octal3110045750521132125421
Binary110011000000100101111101010101010010111000101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194025; }

 p { color: rgb(25,64,37); }

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

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

 a { background-color: rgb(25,64,37); }

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

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

 span { border-color: rgb(25,64,37); }

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