Html Css Color HEX #113F24 Deep Fir

📋 copy color: '#113F24'

red 17 ◦ green 63 ◦ blue 36

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

Shades of Deep Fir #113F24

Tints of Deep Fir #113F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 31.03%

R = 14.66%
G = 54.31%
B = 31.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#113F24 (or 0x113F24) is known color: Deep Fir. HEX triplet: 11, 3F and 24. RGB value is (17,63,36). Sum of RGB (Red+Green+Blue) = 17+63+36=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #113F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F24 is #EEC0DB. Grayscale: #2E2E2E. Windows color (decimal): -15646940 or 2375441. OLE color: 2375441.

HSL color Cylindrical-coordinate representation of color #113F24: hue angle of 144.78º 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 #113F24 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 36 -
CMYK 0.73 0 0.43 0.75
HSL 144.78º 0.58% 0.16% -
HSV(B) 144.78º 0.73% 0.25% -
XYZ 2.33 3.8 2.28 -
YUV 46.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 17 63 36 0.73 0 0.43 0.75 144.78 0.58 0.16
Hex 11 3F 24 49 0 2B 4B 91 3A 10
Octal 21 77 44 111 0 53 113 221 72 20
Binary 10001 111111 100100 1001001 0 101011 1001011 10010001 111010 10000

Color Harmonies of #113F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F24

Black with #113F24

Text Example


Text Example

White with #113F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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