Html Css Color HEX #113C1A Deep Fir

📋 copy color: '#113C1A'

red 17 ◦ green 60 ◦ blue 26

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

Shades of Deep Fir #113C1A

Tints of Deep Fir #113C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25.24%

R = 16.5%
G = 58.25%
B = 25.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#113C1A (or 0x113C1A) is known color: Deep Fir. HEX triplet: 11, 3C and 1A. RGB value is (17,60,26). Sum of RGB (Red+Green+Blue) = 17+60+26=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #113C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C1A is #EEC3E5. Grayscale: #2B2B2B. Windows color (decimal): -15647718 or 1719313. OLE color: 1719313.

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

Color convert

RGB 17 60 26 -
CMYK 0.72 0 0.57 0.76
HSL 132.56º 0.56% 0.15% -
HSV(B) 132.56º 0.72% 0.24% -
XYZ 2.03 3.43 1.53 -
YUV 43.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 17 60 26 0.72 0 0.57 0.76 132.56 0.56 0.15
Hex 11 3C 1A 48 0 39 4C 85 38 F
Octal 21 74 32 110 0 71 114 205 70 17
Binary 10001 111100 11010 1001000 0 111001 1001100 10000101 111000 1111

Color Harmonies of #113C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C1A

Black with #113C1A

Text Example


Text Example

White with #113C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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