Html Css Color HEX #113F20 Deep Fir

📋 copy color: '#113F20'

red 17 ◦ green 63 ◦ blue 32

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

Shades of Deep Fir #113F20

Tints of Deep Fir #113F20

RGB

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

 GREEN value IS 63 (25% from 255) = 56.25%

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

R = 15.18%
G = 56.25%
B = 28.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#113F20 (or 0x113F20) is known color: Deep Fir. HEX triplet: 11, 3F and 20. RGB value is (17,63,32). Sum of RGB (Red+Green+Blue) = 17+63+32=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #113F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F20 is #EEC0DF. Grayscale: #2D2D2D. Windows color (decimal): -15646944 or 2113297. OLE color: 2113297.

HSL color Cylindrical-coordinate representation of color #113F20: hue angle of 139.57º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F20 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 32 -
CMYK 0.73 0 0.49 0.75
HSL 139.57º 0.58% 0.16% -
HSV(B) 139.57º 0.73% 0.25% -
XYZ 2.27 3.78 1.98 -
YUV 45.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 17 63 32 0.73 0 0.49 0.75 139.57 0.58 0.16
Hex 11 3F 20 49 0 31 4B 8C 3A 10
Octal 21 77 40 111 0 61 113 214 72 20
Binary 10001 111111 100000 1001001 0 110001 1001011 10001100 111010 10000

Color Harmonies of #113F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F20

Black with #113F20

Text Example


Text Example

White with #113F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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