Html Css Color HEX #113917 Deep Fir

📋 copy color: '#113917'

red 17 ◦ green 57 ◦ blue 23

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

Shades of Deep Fir #113917

Tints of Deep Fir #113917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 58.76%

 BLUE value IS 23 (9.38% from 255) = 23.71%

R = 17.53%
G = 58.76%
B = 23.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#113917 (or 0x113917) is known color: Deep Fir. HEX triplet: 11, 39 and 17. RGB value is (17,57,23). Sum of RGB (Red+Green+Blue) = 17+57+23=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 57 (22.66% from 255 or 58.76% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 57 - color contains mainly: green. Hex color #113917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113917 is #EEC6E8. Grayscale: #292929. Windows color (decimal): -15648489 or 1521937. OLE color: 1521937.

HSL color Cylindrical-coordinate representation of color #113917: hue angle of 129º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113917 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 57 23 -
CMYK 0.70 0 0.60 0.78
HSL 129º 0.54% 0.15% -
HSV(B) 129º 0.7% 0.22% -
XYZ 1.85 3.11 1.31 -
YUV 41.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 17 57 23 0.70 0 0.60 0.78 129 0.54 0.15
Hex 11 39 17 46 0 3C 4E 81 36 F
Octal 21 71 27 106 0 74 116 201 66 17
Binary 10001 111001 10111 1000110 0 111100 1001110 10000001 110110 1111

Color Harmonies of #113917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113917

Black with #113917

Text Example


Text Example

White with #113917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113917; }

 p { color: rgb(17,57,23); }

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

background-color css

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

 a { background-color: rgb(17,57,23); }

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

border-color css

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

 span { border-color: rgb(17,57,23); }

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