#193726

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

Shades of Deep Fir #193726

Tints of Deep Fir #193726

Color information

#193726 (or 0x193726) is unknown color: approx Deep Fir. HEX triplet: 19, 37 and 26. RGB value is (25,55,38). Sum of RGB (Red+Green+Blue) = 25+55+38=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #193726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193726 is #E6C8D9. Grayscale: #2C2C2C. Windows color (decimal): -15124698 or 2504473. OLE color: 2504473.

HSL color Cylindrical-coordinate representation of color #193726: hue angle of 146º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193726 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB255538-
CMYK0.5500.310.78
HSL146º37.5%15.69%-
HSV(B)146º54.55%21.57%-
XYZ2.123.082.32-
YUV44.09124.56114.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=21.19%
G=46.61%
B=32.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2555380.5500.310.7814637.515.69
Hex1937263701F4E922610
Octal316746670371162224620
Binary1100111011110011011011101111110011101001001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193726; }

 p { color: rgb(25,55,38); }

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

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

 a { background-color: rgb(25,55,38); }

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

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

 span { border-color: rgb(25,55,38); }

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