#113A20

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

Shades of Deep Fir #113A20

Tints of Deep Fir #113A20

Color information

#113A20 (or 0x113A20) is unknown color: approx Deep Fir. HEX triplet: 11, 3A and 20. RGB value is (17,58,32). Sum of RGB (Red+Green+Blue) = 17+58+32=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #113A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A20 is #EEC5DF. Grayscale: #2A2A2A. Windows color (decimal): -15648224 or 2112017. OLE color: 2112017.

HSL color Cylindrical-coordinate representation of color #113A20: hue angle of 141.95º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A20 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB175832-
CMYK0.7100.450.77
HSL141.95º54.67%14.71%-
HSV(B)141.95º70.69%22.75%-
XYZ23.251.89-
YUV42.78121.92109.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 58 (23.05% from 255) = 54.21%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=15.89%
G=54.21%
B=29.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1758320.7100.450.77141.9554.6714.71
Hex113A204702D4D8e37f
Octal2172401070551152166717
Binary10001111010100000100011101011011001101100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A20; }

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

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

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

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

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

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

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

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