#113920

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

Shades of Deep Fir #113920

Tints of Deep Fir #113920

Color information

#113920 (or 0x113920) is unknown color: approx Deep Fir. HEX triplet: 11, 39 and 20. RGB value is (17,57,32). Sum of RGB (Red+Green+Blue) = 17+57+32=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #113920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113920 is #EEC6DF. Grayscale: #2A2A2A. Windows color (decimal): -15648480 or 2111761. OLE color: 2111761.

HSL color Cylindrical-coordinate representation of color #113920: hue angle of 142.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113920 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB175732-
CMYK0.7000.440.78
HSL142.5º54.05%14.51%-
HSV(B)142.5º70.18%22.35%-
XYZ1.963.151.87-
YUV42.19122.25110.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 57 (22.66% from 255) = 53.77%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=16.04%
G=53.77%
B=30.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757320.7000.440.78142.554.0514.51
Hex1139204602C4E8e36f
Octal2171401060541162166617
Binary10001111001100000100011001011001001110100011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113920; }

 p { color: rgb(17,57,32); }

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

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

 a { background-color: rgb(17,57,32); }

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

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

 span { border-color: rgb(17,57,32); }

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