Html Css Color HEX #113D24 Deep Fir

📋 copy color: '#113D24'

red 17 ◦ green 61 ◦ blue 36

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

Shades of Deep Fir #113D24

Tints of Deep Fir #113D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 53.51%

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

R = 14.91%
G = 53.51%
B = 31.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.76

RGB Variations

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

Color information

#113D24 (or 0x113D24) is known color: Deep Fir. HEX triplet: 11, 3D and 24. RGB value is (17,61,36). Sum of RGB (Red+Green+Blue) = 17+61+36=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #113D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D24 is #EEC2DB. Grayscale: #2D2D2D. Windows color (decimal): -15647452 or 2374929. OLE color: 2374929.

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

Color convert

RGB 17 61 36 -
CMYK 0.72 0 0.41 0.76
HSL 145.91º 0.56% 0.15% -
HSV(B) 145.91º 0.72% 0.24% -
XYZ 2.22 3.58 2.24 -
YUV 44.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 17 61 36 0.72 0 0.41 0.76 145.91 0.56 0.15
Hex 11 3D 24 48 0 29 4C 92 38 F
Octal 21 75 44 110 0 51 114 222 70 17
Binary 10001 111101 100100 1001000 0 101001 1001100 10010010 111000 1111

Color Harmonies of #113D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D24

Black with #113D24

Text Example


Text Example

White with #113D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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