#113518

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

Shades of Deep Fir #113518

Tints of Deep Fir #113518

Color information

#113518 (or 0x113518) is unknown color: approx Deep Fir. HEX triplet: 11, 35 and 18. RGB value is (17,53,24). Sum of RGB (Red+Green+Blue) = 17+53+24=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #113518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113518 is #EECAE7. Grayscale: #272727. Windows color (decimal): -15649512 or 1586449. OLE color: 1586449.

HSL color Cylindrical-coordinate representation of color #113518: hue angle of 131.67º 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 #113518 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB175324-
CMYK0.6800.550.79
HSL131.67º51.43%13.73%-
HSV(B)131.67º67.92%20.78%-
XYZ1.672.731.3-
YUV38.93119.57112.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 53 (21.09% from 255) = 56.38%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=18.09%
G=56.38%
B=25.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753240.6800.550.79131.6751.4313.73
Hex113518440374F8433e
Octal2165301040671172046316
Binary1000111010111000100010001101111001111100001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113518; }

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

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

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

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

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

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

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

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