#194428

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

Shades of Deep Fir #194428

Tints of Deep Fir #194428

Color information

#194428 (or 0x194428) is unknown color: approx Deep Fir. HEX triplet: 19, 44 and 28. RGB value is (25,68,40). Sum of RGB (Red+Green+Blue) = 25+68+40=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #194428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194428 is #E6BBD7. Grayscale: #343434. Windows color (decimal): -15121368 or 2638873. OLE color: 2638873.

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

Color convert

RGB256840-
CMYK0.6300.410.73
HSL140.93º46.24%18.24%-
HSV(B)140.93º63.24%26.67%-
XYZ2.854.492.72-
YUV51.95121.25108.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=18.80%
G=51.13%
B=30.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568400.6300.410.73140.9346.2418.24
Hex1944283F029498d2e12
Octal3110450770511112155622
Binary110011000100101000111111010100110010011000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194428; }

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

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

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

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

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

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

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

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