#113C24

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

Shades of Deep Fir #113C24

Tints of Deep Fir #113C24

Color information

#113C24 (or 0x113C24) is unknown color: approx Deep Fir. HEX triplet: 11, 3C and 24. RGB value is (17,60,36). Sum of RGB (Red+Green+Blue) = 17+60+36=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #113C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C24 is #EEC3DB. Grayscale: #2C2C2C. Windows color (decimal): -15647708 or 2374673. OLE color: 2374673.

HSL color Cylindrical-coordinate representation of color #113C24: hue angle of 146.51º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113C24 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB176036-
CMYK0.7200.400.76
HSL146.51º55.84%15.1%-
HSV(B)146.51º71.67%23.53%-
XYZ2.173.482.23-
YUV44.41123.25108.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 60 (23.83% from 255) = 53.10%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=15.04%
G=53.10%
B=31.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1760360.7200.400.76146.5155.8415.1
Hex113C24480284C9338f
Octal2174441100501142237017
Binary10001111100100100100100001010001001100100100111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113C24; }

 p { color: rgb(17,60,36); }

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

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

 a { background-color: rgb(17,60,36); }

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

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

 span { border-color: rgb(17,60,36); }

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