#113817

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

Shades of Deep Fir #113817

Tints of Deep Fir #113817

Color information

#113817 (or 0x113817) is unknown color: approx Deep Fir. HEX triplet: 11, 38 and 17. RGB value is (17,56,23). Sum of RGB (Red+Green+Blue) = 17+56+23=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #113817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113817 is #EEC7E8. Grayscale: #282828. Windows color (decimal): -15648745 or 1521681. OLE color: 1521681.

HSL color Cylindrical-coordinate representation of color #113817: hue angle of 129.23º 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 #113817 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB175623-
CMYK0.7000.590.78
HSL129.23º53.42%14.31%-
HSV(B)129.23º69.64%21.96%-
XYZ1.83.011.3-
YUV40.58118.08111.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 56 (22.27% from 255) = 58.33%
BLUE value IS 23 (9.38% from 255) = 23.96%
R=17.71%
G=58.33%
B=23.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756230.7000.590.78129.2353.4214.31
Hex1138174603B4E8135e
Octal2170271060731162016516
Binary1000111100010111100011001110111001110100000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113817; }

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

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

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

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

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

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

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

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