#194023

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

Shades of Deep Fir #194023

Tints of Deep Fir #194023

Color information

#194023 (or 0x194023) is unknown color: approx Deep Fir. HEX triplet: 19, 40 and 23. RGB value is (25,64,35). Sum of RGB (Red+Green+Blue) = 25+64+35=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #194023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194023 is #E6BFDC. Grayscale: #313131. Windows color (decimal): -15122397 or 2310169. OLE color: 2310169.

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

Color convert

RGB256435-
CMYK0.6100.450.75
HSL135.38º43.82%17.45%-
HSV(B)135.38º60.94%25.1%-
XYZ2.543.992.23-
YUV49.03120.08110.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=20.16%
G=51.61%
B=28.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2564350.6100.450.75135.3843.8217.45
Hex1940233D02D4B872c11
Octal3110043750551132075421
Binary110011000000100011111101010110110010111000011110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194023; }

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

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

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

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

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

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

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

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