#113E24

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

Shades of Deep Fir #113E24

Tints of Deep Fir #113E24

Color information

#113E24 (or 0x113E24) is unknown color: approx Deep Fir. HEX triplet: 11, 3E and 24. RGB value is (17,62,36). Sum of RGB (Red+Green+Blue) = 17+62+36=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #113E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E24 is #EEC1DB. Grayscale: #2D2D2D. Windows color (decimal): -15647196 or 2375185. OLE color: 2375185.

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

Color convert

RGB176236-
CMYK0.7300.420.76
HSL145.33º56.96%15.49%-
HSV(B)145.33º72.58%24.31%-
XYZ2.273.692.26-
YUV45.58122.59107.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 62 (24.61% from 255) = 53.91%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=14.78%
G=53.91%
B=31.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1762360.7300.420.76145.3356.9615.49
Hex113E244902A4C9139f
Octal2176441110521142217117
Binary10001111110100100100100101010101001100100100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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