Html Css Color HEX #113A1C Deep Fir

📋 copy color: '#113A1C'

red 17 ◦ green 58 ◦ blue 28

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

Shades of Deep Fir #113A1C

Tints of Deep Fir #113A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 56.31%

 BLUE value IS 28 (11.33% from 255) = 27.18%

R = 16.5%
G = 56.31%
B = 27.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.52

 K value IS 0.77

RGB Variations

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

Color information

#113A1C (or 0x113A1C) is known color: Deep Fir. HEX triplet: 11, 3A and 1C. RGB value is (17,58,28). Sum of RGB (Red+Green+Blue) = 17+58+28=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 58 (23.05% from 255 or 56.31% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 58 - color contains mainly: green. Hex color #113A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A1C is #EEC5E3. Grayscale: #2A2A2A. Windows color (decimal): -15648228 or 1849873. OLE color: 1849873.

HSL color Cylindrical-coordinate representation of color #113A1C: hue angle of 136.1º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A1C is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 58 28 -
CMYK 0.71 0 0.52 0.77
HSL 136.1º 0.55% 0.15% -
HSV(B) 136.1º 0.71% 0.23% -
XYZ 1.95 3.23 1.62 -
YUV 42.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 17 58 28 0.71 0 0.52 0.77 136.1 0.55 0.15
Hex 11 3A 1C 47 0 34 4D 88 37 F
Octal 21 72 34 107 0 64 115 210 67 17
Binary 10001 111010 11100 1000111 0 110100 1001101 10001000 110111 1111

Color Harmonies of #113A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A1C

Black with #113A1C

Text Example


Text Example

White with #113A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,58,28); }

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

background-color css

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

 a { background-color: rgb(17,58,28); }

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

border-color css

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

 span { border-color: rgb(17,58,28); }

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