#113F22

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

Shades of Deep Fir #113F22

Tints of Deep Fir #113F22

Color information

#113F22 (or 0x113F22) is unknown color: approx Deep Fir. HEX triplet: 11, 3F and 22. RGB value is (17,63,34). Sum of RGB (Red+Green+Blue) = 17+63+34=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #113F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F22 is #EEC0DD. Grayscale: #2E2E2E. Windows color (decimal): -15646942 or 2244369. OLE color: 2244369.

HSL color Cylindrical-coordinate representation of color #113F22: hue angle of 142.17º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F22 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB176334-
CMYK0.7300.460.75
HSL142.17º57.5%15.69%-
HSV(B)142.17º73.02%24.71%-
XYZ2.33.792.12-
YUV45.94121.26107.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 63 (25% from 255) = 55.26%
BLUE value IS 34 (13.67% from 255) = 29.82%
R=14.91%
G=55.26%
B=29.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763340.7300.460.75142.1757.515.69
Hex113F224902E4B8e3a10
Octal2177421110561132167220
Binary100011111111000101001001010111010010111000111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,63,34); }

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

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

 a { background-color: rgb(17,63,34); }

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

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

 span { border-color: rgb(17,63,34); }

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