Html Css Color HEX #113D18 Deep Fir

📋 copy color: '#113D18'

red 17 ◦ green 61 ◦ blue 24

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

Shades of Deep Fir #113D18

Tints of Deep Fir #113D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.53%

R = 16.67%
G = 59.8%
B = 23.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.76

RGB Variations

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

Color information

#113D18 (or 0x113D18) is known color: Deep Fir. HEX triplet: 11, 3D and 18. RGB value is (17,61,24). Sum of RGB (Red+Green+Blue) = 17+61+24=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 61 (24.22% from 255 or 59.80% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 61 - color contains mainly: green. Hex color #113D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D18 is #EEC2E7. Grayscale: #2B2B2B. Windows color (decimal): -15647464 or 1588497. OLE color: 1588497.

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

Color convert

RGB 17 61 24 -
CMYK 0.72 0 0.61 0.76
HSL 129.55º 0.56% 0.15% -
HSV(B) 129.55º 0.72% 0.24% -
XYZ 2.06 3.52 1.44 -
YUV 43.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 17 61 24 0.72 0 0.61 0.76 129.55 0.56 0.15
Hex 11 3D 18 48 0 3D 4C 82 38 F
Octal 21 75 30 110 0 75 114 202 70 17
Binary 10001 111101 11000 1001000 0 111101 1001100 10000010 111000 1111

Color Harmonies of #113D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D18

Black with #113D18

Text Example


Text Example

White with #113D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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