#113C25

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

Shades of Deep Fir #113C25

Tints of Deep Fir #113C25

Color information

#113C25 (or 0x113C25) is unknown color: approx Deep Fir. HEX triplet: 11, 3C and 25. RGB value is (17,60,37). Sum of RGB (Red+Green+Blue) = 17+60+37=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #113C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C25 is #EEC3DA. Grayscale: #2C2C2C. Windows color (decimal): -15647707 or 2440209. OLE color: 2440209.

HSL color Cylindrical-coordinate representation of color #113C25: hue angle of 147.91º 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 #113C25 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB176037-
CMYK0.7200.380.76
HSL147.91º55.84%15.1%-
HSV(B)147.91º71.67%23.53%-
XYZ2.183.482.31-
YUV44.52123.75108.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 60 (23.83% from 255) = 52.63%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=14.91%
G=52.63%
B=32.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1760370.7200.380.76147.9155.8415.1
Hex113C25480264C9438f
Octal2174451100461142247017
Binary10001111100100101100100001001101001100100101001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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