Html Css Color HEX #113A20 Deep Fir

📋 copy color: '#113A20'

red 17 ◦ green 58 ◦ blue 32

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

Shades of Deep Fir #113A20

Tints of Deep Fir #113A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 54.21%

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

R = 15.89%
G = 54.21%
B = 29.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.77

RGB Variations

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

Color information

#113A20 (or 0x113A20) is known color: Deep Fir. HEX triplet: 11, 3A and 20. RGB value is (17,58,32). Sum of RGB (Red+Green+Blue) = 17+58+32=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #113A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A20 is #EEC5DF. Grayscale: #2A2A2A. Windows color (decimal): -15648224 or 2112017. OLE color: 2112017.

HSL color Cylindrical-coordinate representation of color #113A20: hue angle of 141.95º 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 #113A20 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 58 32 -
CMYK 0.71 0 0.45 0.77
HSL 141.95º 0.55% 0.15% -
HSV(B) 141.95º 0.71% 0.23% -
XYZ 2 3.25 1.89 -
YUV 42.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 17 58 32 0.71 0 0.45 0.77 141.95 0.55 0.15
Hex 11 3A 20 47 0 2D 4D 8E 37 F
Octal 21 72 40 107 0 55 115 216 67 17
Binary 10001 111010 100000 1000111 0 101101 1001101 10001110 110111 1111

Color Harmonies of #113A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A20

Black with #113A20

Text Example


Text Example

White with #113A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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