Html Css Color HEX #113D1B Deep Fir

📋 copy color: '#113D1B'

red 17 ◦ green 61 ◦ blue 27

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

Shades of Deep Fir #113D1B

Tints of Deep Fir #113D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.71%

R = 16.19%
G = 58.1%
B = 25.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#113D1B (or 0x113D1B) is known color: Deep Fir. HEX triplet: 11, 3D and 1B. RGB value is (17,61,27). Sum of RGB (Red+Green+Blue) = 17+61+27=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #113D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D1B is #EEC2E4. Grayscale: #2C2C2C. Windows color (decimal): -15647461 or 1785105. OLE color: 1785105.

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

Color convert

RGB 17 61 27 -
CMYK 0.72 0 0.56 0.76
HSL 133.64º 0.56% 0.15% -
HSV(B) 133.64º 0.72% 0.24% -
XYZ 2.1 3.54 1.61 -
YUV 43.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 17 61 27 0.72 0 0.56 0.76 133.64 0.56 0.15
Hex 11 3D 1B 48 0 38 4C 86 38 F
Octal 21 75 33 110 0 70 114 206 70 17
Binary 10001 111101 11011 1001000 0 111000 1001100 10000110 111000 1111

Color Harmonies of #113D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D1B

Black with #113D1B

Text Example


Text Example

White with #113D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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