#113923

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

Shades of Deep Fir #113923

Tints of Deep Fir #113923

Color information

#113923 (or 0x113923) is unknown color: approx Deep Fir. HEX triplet: 11, 39 and 23. RGB value is (17,57,35). Sum of RGB (Red+Green+Blue) = 17+57+35=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #113923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113923 is #EEC6DC. Grayscale: #2A2A2A. Windows color (decimal): -15648477 or 2308369. OLE color: 2308369.

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

Color convert

RGB175735-
CMYK0.7000.390.78
HSL147º54.05%14.51%-
HSV(B)147º70.18%22.35%-
XYZ23.172.1-
YUV42.53123.75109.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 57 (22.66% from 255) = 52.29%
BLUE value IS 35 (14.06% from 255) = 32.11%
R=15.60%
G=52.29%
B=32.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757350.7000.390.7814754.0514.51
Hex113923460274E9336f
Octal2171431060471162236617
Binary10001111001100011100011001001111001110100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113923; }

 p { color: rgb(17,57,35); }

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

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

 a { background-color: rgb(17,57,35); }

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

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

 span { border-color: rgb(17,57,35); }

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