Html Css Color HEX #113C20 Deep Fir

📋 copy color: '#113C20'

red 17 ◦ green 60 ◦ blue 32

#113C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #113C20

Tints of Deep Fir #113C20

RGB

 RED value IS 17 (7.03% from 255) = 15.6%

 GREEN value IS 60 (23.83% from 255) = 55.05%

 BLUE value IS 32 (12.89% from 255) = 29.36%

R = 15.6%
G = 55.05%
B = 29.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.76

RGB Variations

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

Color information

#113C20 (or 0x113C20) is known color: Deep Fir. HEX triplet: 11, 3C and 20. RGB value is (17,60,32). Sum of RGB (Red+Green+Blue) = 17+60+32=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #113C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C20 is #EEC3DF. Grayscale: #2C2C2C. Windows color (decimal): -15647712 or 2112529. OLE color: 2112529.

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

Color convert

RGB 17 60 32 -
CMYK 0.72 0 0.47 0.76
HSL 140.93º 0.56% 0.15% -
HSV(B) 140.93º 0.72% 0.24% -
XYZ 2.11 3.46 1.92 -
YUV 43.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 17 60 32 0.72 0 0.47 0.76 140.93 0.56 0.15
Hex 11 3C 20 48 0 2F 4C 8D 38 F
Octal 21 74 40 110 0 57 114 215 70 17
Binary 10001 111100 100000 1001000 0 101111 1001100 10001101 111000 1111

Color Harmonies of #113C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C20

Black with #113C20

Text Example


Text Example

White with #113C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #113C20;
 }
 .AnyTagClassName
 {
   color: #113C20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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