#194528

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

Shades of Deep Fir #194528

Tints of Deep Fir #194528

Color information

#194528 (or 0x194528) is unknown color: approx Deep Fir. HEX triplet: 19, 45 and 28. RGB value is (25,69,40). Sum of RGB (Red+Green+Blue) = 25+69+40=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #194528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194528 is #E6BAD7. Grayscale: #343434. Windows color (decimal): -15121112 or 2639129. OLE color: 2639129.

HSL color Cylindrical-coordinate representation of color #194528: hue angle of 140.45º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194528 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB256940-
CMYK0.6400.420.73
HSL140.45º46.81%18.43%-
HSV(B)140.45º63.77%27.06%-
XYZ2.914.622.75-
YUV52.54120.92108.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=18.66%
G=51.49%
B=29.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2569400.6400.420.73140.4546.8118.43
Hex1945284002A498c2f12
Octal31105501000521112145722
Binary1100110001011010001000000010101010010011000110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194528; }

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

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

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

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

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

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

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

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