Html Css Color HEX #113C1C Deep Fir

📋 copy color: '#113C1C'

red 17 ◦ green 60 ◦ blue 28

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

Shades of Deep Fir #113C1C

Tints of Deep Fir #113C1C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 57.14%

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

R = 16.19%
G = 57.14%
B = 26.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#113C1C (or 0x113C1C) is known color: Deep Fir. HEX triplet: 11, 3C and 1C. RGB value is (17,60,28). Sum of RGB (Red+Green+Blue) = 17+60+28=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 60 (23.83% from 255 or 57.14% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 60 - color contains mainly: green. Hex color #113C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C1C is #EEC3E3. Grayscale: #2B2B2B. Windows color (decimal): -15647716 or 1850385. OLE color: 1850385.

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

Color convert

RGB 17 60 28 -
CMYK 0.72 0 0.53 0.76
HSL 135.35º 0.56% 0.15% -
HSV(B) 135.35º 0.72% 0.24% -
XYZ 2.06 3.43 1.65 -
YUV 43.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 17 60 28 0.72 0 0.53 0.76 135.35 0.56 0.15
Hex 11 3C 1C 48 0 35 4C 87 38 F
Octal 21 74 34 110 0 65 114 207 70 17
Binary 10001 111100 11100 1001000 0 110101 1001100 10000111 111000 1111

Color Harmonies of #113C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C1C

Black with #113C1C

Text Example


Text Example

White with #113C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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