#113F1A

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

Shades of Deep Fir #113F1A

Tints of Deep Fir #113F1A

Color information

#113F1A (or 0x113F1A) is unknown color: approx Deep Fir. HEX triplet: 11, 3F and 1A. RGB value is (17,63,26). Sum of RGB (Red+Green+Blue) = 17+63+26=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 63 (25% from 255 or 59.43% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 63 - color contains mainly: green. Hex color #113F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F1A is #EEC0E5. Grayscale: #2D2D2D. Windows color (decimal): -15646950 or 1720081. OLE color: 1720081.

HSL color Cylindrical-coordinate representation of color #113F1A: hue angle of 131.74º 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 #113F1A is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB176326-
CMYK0.7300.590.75
HSL131.74º57.5%15.69%-
HSV(B)131.74º73.02%24.71%-
XYZ2.23.751.59-
YUV45.03117.26108.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 63 (25% from 255) = 59.43%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=16.04%
G=59.43%
B=24.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763260.7300.590.75131.7457.515.69
Hex113F1A4903B4B843a10
Octal2177321110731132047220
Binary10001111111110101001001011101110010111000010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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