Html Css Color HEX #113718 Deep Fir

📋 copy color: '#113718'

red 17 ◦ green 55 ◦ blue 24

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

Shades of Deep Fir #113718

Tints of Deep Fir #113718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 57.29%

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

R = 17.71%
G = 57.29%
B = 25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#113718 (or 0x113718) is known color: Deep Fir. HEX triplet: 11, 37 and 18. RGB value is (17,55,24). Sum of RGB (Red+Green+Blue) = 17+55+24=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #113718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113718 is #EEC8E7. Grayscale: #282828. Windows color (decimal): -15649000 or 1586961. OLE color: 1586961.

HSL color Cylindrical-coordinate representation of color #113718: hue angle of 131.05º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113718 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 55 24 -
CMYK 0.69 0 0.56 0.78
HSL 131.05º 0.53% 0.14% -
HSV(B) 131.05º 0.69% 0.22% -
XYZ 1.76 2.92 1.33 -
YUV 40.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 17 55 24 0.69 0 0.56 0.78 131.05 0.53 0.14
Hex 11 37 18 45 0 38 4E 83 35 E
Octal 21 67 30 105 0 70 116 203 65 16
Binary 10001 110111 11000 1000101 0 111000 1001110 10000011 110101 1110

Color Harmonies of #113718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113718

Black with #113718

Text Example


Text Example

White with #113718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113718; }

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

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

background-color css

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

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

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

border-color css

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

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

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