#194125

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

Shades of Deep Fir #194125

Tints of Deep Fir #194125

Color information

#194125 (or 0x194125) is unknown color: approx Deep Fir. HEX triplet: 19, 41 and 25. RGB value is (25,65,37). Sum of RGB (Red+Green+Blue) = 25+65+37=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #194125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194125 is #E6BEDA. Grayscale: #313131. Windows color (decimal): -15122139 or 2441497. OLE color: 2441497.

HSL color Cylindrical-coordinate representation of color #194125: hue angle of 138º 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 #194125 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB256537-
CMYK0.6200.430.75
HSL138º44.44%17.65%-
HSV(B)138º61.54%25.49%-
XYZ2.634.122.41-
YUV49.85120.75110.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=19.69%
G=51.18%
B=29.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565370.6200.430.7513844.4417.65
Hex1941253E02B4B8a2c12
Octal3110145760531132125422
Binary110011000001100101111110010101110010111000101010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194125; }

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

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

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

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

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

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

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

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