#193625

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

Shades of Deep Fir #193625

Tints of Deep Fir #193625

Color information

#193625 (or 0x193625) is unknown color: approx Deep Fir. HEX triplet: 19, 36 and 25. RGB value is (25,54,37). Sum of RGB (Red+Green+Blue) = 25+54+37=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #193625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193625 is #E6C9DA. Grayscale: #2B2B2B. Windows color (decimal): -15124955 or 2438681. OLE color: 2438681.

HSL color Cylindrical-coordinate representation of color #193625: hue angle of 144.83º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #193625 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB255437-
CMYK0.5400.310.79
HSL144.83º36.71%15.49%-
HSV(B)144.83º53.7%21.18%-
XYZ2.052.982.22-
YUV43.39124.39114.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=21.55%
G=46.55%
B=31.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2554370.5400.310.79144.8336.7115.49
Hex1936253601F4F9125f
Octal316645660371172214517
Binary110011101101001011101100111111001111100100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193625; }

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

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

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

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

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

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

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

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