#113216

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

Shades of Deep Fir #113216

Tints of Deep Fir #113216

Color information

#113216 (or 0x113216) is unknown color: approx Deep Fir. HEX triplet: 11, 32 and 16. RGB value is (17,50,22). Sum of RGB (Red+Green+Blue) = 17+50+22=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #113216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113216 is #EECDE9. Grayscale: #252525. Windows color (decimal): -15650282 or 1454609. OLE color: 1454609.

HSL color Cylindrical-coordinate representation of color #113216: hue angle of 129.09º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113216 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB175022-
CMYK0.6600.560.80
HSL129.09º49.25%13.14%-
HSV(B)129.09º66%19.61%-
XYZ1.522.461.15-
YUV36.94119.57113.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 50 (19.92% from 255) = 56.18%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=19.10%
G=56.18%
B=24.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750220.6600.560.80129.0949.2513.14
Hex11321642038508131d
Octal2162261020701202016115
Binary1000111001010110100001001110001010000100000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113216; }

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

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

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

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

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

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

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

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