#113816

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

Shades of Deep Fir #113816

Tints of Deep Fir #113816

Color information

#113816 (or 0x113816) is unknown color: approx Deep Fir. HEX triplet: 11, 38 and 16. RGB value is (17,56,22). Sum of RGB (Red+Green+Blue) = 17+56+22=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #113816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113816 is #EEC7E9. Grayscale: #282828. Windows color (decimal): -15648746 or 1456145. OLE color: 1456145.

HSL color Cylindrical-coordinate representation of color #113816: hue angle of 127.69º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113816 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB175622-
CMYK0.7000.610.78
HSL127.69º53.42%14.31%-
HSV(B)127.69º69.64%21.96%-
XYZ1.793.011.24-
YUV40.46117.58111.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 56 (22.27% from 255) = 58.95%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=17.89%
G=58.95%
B=23.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756220.7000.610.78127.6953.4214.31
Hex1138164603D4E8035e
Octal2170261060751162006516
Binary1000111100010110100011001111011001110100000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113816; }

 p { color: rgb(17,56,22); }

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

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

 a { background-color: rgb(17,56,22); }

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

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

 span { border-color: rgb(17,56,22); }

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