#113119

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

Shades of Deep Fir #113119

Tints of Deep Fir #113119

Color information

#113119 (or 0x113119) is unknown color: approx Deep Fir. HEX triplet: 11, 31 and 19. RGB value is (17,49,25). Sum of RGB (Red+Green+Blue) = 17+49+25=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #113119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113119 is #EECEE6. Grayscale: #242424. Windows color (decimal): -15650535 or 1650961. OLE color: 1650961.

HSL color Cylindrical-coordinate representation of color #113119: hue angle of 135º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113119 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB174925-
CMYK0.6500.490.81
HSL135º48.48%12.94%-
HSV(B)135º65.31%19.22%-
XYZ1.52.391.3-
YUV36.7121.4113.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.68%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=18.68%
G=53.85%
B=27.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749250.6500.490.8113548.4812.94
Hex11311941031518730d
Octal2161311010611212076015
Binary1000111000111001100000101100011010001100001111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113119; }

 p { color: rgb(17,49,25); }

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

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

 a { background-color: rgb(17,49,25); }

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

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

 span { border-color: rgb(17,49,25); }

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