#113516

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

Shades of Deep Fir #113516

Tints of Deep Fir #113516

Color information

#113516 (or 0x113516) is unknown color: approx Deep Fir. HEX triplet: 11, 35 and 16. RGB value is (17,53,22). Sum of RGB (Red+Green+Blue) = 17+53+22=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #113516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113516 is #EECAE9. Grayscale: #262626. Windows color (decimal): -15649514 or 1455377. OLE color: 1455377.

HSL color Cylindrical-coordinate representation of color #113516: hue angle of 128.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113516 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB175322-
CMYK0.6800.580.79
HSL128.33º51.43%13.73%-
HSV(B)128.33º67.92%20.78%-
XYZ1.652.721.2-
YUV38.7118.57112.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 53 (21.09% from 255) = 57.61%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=18.48%
G=57.61%
B=23.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753220.6800.580.79128.3351.4313.73
Hex1135164403A4F8033e
Octal2165261040721172006316
Binary1000111010110110100010001110101001111100000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113516; }

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

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

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

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

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

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

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

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