#113b1d

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

Shades of Deep Fir #113B1D

Tints of Deep Fir #113B1D

Color information

#113B1D (or 0x113B1D) is unknown color: approx Deep Fir. HEX triplet: 11, 3B and 1D. RGB value is (17,59,29). Sum of RGB (Red+Green+Blue) = 17+59+29=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #113B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B1D is #EEC4E2. Grayscale: #2B2B2B. Windows color (decimal): -15647971 or 1915665. OLE color: 1915665.

HSL color Cylindrical-coordinate representation of color #113B1D: hue angle of 137.14º 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 #113B1D is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.

Color convert

RGB175929-
CMYK0.7100.510.77
HSL137.14º55.26%14.9%-
HSV(B)137.14º71.19%23.14%-
XYZ2.023.341.7-
YUV43.02120.09109.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 59 (23.44% from 255) = 56.19%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=16.19%
G=56.19%
B=27.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1759290.7100.510.77137.1455.2614.9
Hex113B1D470334D8937f
Octal2173351070631152116717
Binary1000111101111101100011101100111001101100010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113b1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,59,29); }

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

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

 a { background-color: rgb(17,59,29); }

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

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

 span { border-color: rgb(17,59,29); }

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