#113F1B

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

Shades of Deep Fir #113F1B

Tints of Deep Fir #113F1B

Color information

#113F1B (or 0x113F1B) is unknown color: approx Deep Fir. HEX triplet: 11, 3F and 1B. RGB value is (17,63,27). Sum of RGB (Red+Green+Blue) = 17+63+27=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 63 (25% from 255 or 58.88% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 63 - color contains mainly: green. Hex color #113F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F1B is #EEC0E4. Grayscale: #2D2D2D. Windows color (decimal): -15646949 or 1785617. OLE color: 1785617.

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

Color convert

RGB176327-
CMYK0.7300.570.75
HSL133.04º57.5%15.69%-
HSV(B)133.04º73.02%24.71%-
XYZ2.213.751.65-
YUV45.14117.76107.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 63 (25% from 255) = 58.88%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=15.89%
G=58.88%
B=25.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763270.7300.570.75133.0457.515.69
Hex113F1B490394B853a10
Octal2177331110711132057220
Binary10001111111110111001001011100110010111000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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