#113B25

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

Shades of Deep Fir #113B25

Tints of Deep Fir #113B25

Color information

#113B25 (or 0x113B25) is unknown color: approx Deep Fir. HEX triplet: 11, 3B and 25. RGB value is (17,59,37). Sum of RGB (Red+Green+Blue) = 17+59+37=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #113B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B25 is #EEC4DA. Grayscale: #2B2B2B. Windows color (decimal): -15647963 or 2439953. OLE color: 2439953.

HSL color Cylindrical-coordinate representation of color #113B25: hue angle of 148.57º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113B25 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB175937-
CMYK0.7100.370.77
HSL148.57º55.26%14.9%-
HSV(B)148.57º71.19%23.14%-
XYZ2.133.382.29-
YUV43.93124.09108.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 59 (23.44% from 255) = 52.21%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=15.04%
G=52.21%
B=32.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1759370.7100.370.77148.5755.2614.9
Hex113B25470254D9537f
Octal2173451070451152256717
Binary10001111011100101100011101001011001101100101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,59,37); }

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

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

 a { background-color: rgb(17,59,37); }

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

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

 span { border-color: rgb(17,59,37); }

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