#194525

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

Shades of Deep Fir #194525

Tints of Deep Fir #194525

Color information

#194525 (or 0x194525) is unknown color: approx Deep Fir. HEX triplet: 19, 45 and 25. RGB value is (25,69,37). Sum of RGB (Red+Green+Blue) = 25+69+37=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #194525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194525 is #E6BADA. Grayscale: #343434. Windows color (decimal): -15121115 or 2442521. OLE color: 2442521.

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

Color convert

RGB256937-
CMYK0.6400.460.73
HSL136.36º46.81%18.43%-
HSV(B)136.36º63.77%27.06%-
XYZ2.864.62.49-
YUV52.2119.42108.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.08%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 37 (14.84% from 255) = 28.24%
R=19.08%
G=52.67%
B=28.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2569370.6400.460.73136.3646.8118.43
Hex1945254002E49882f12
Octal31105451000561112105722
Binary1100110001011001011000000010111010010011000100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194525; }

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

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

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

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

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

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

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

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