Html Css Color HEX #113B1A Deep Fir

📋 copy color: '#113B1A'

red 17 ◦ green 59 ◦ blue 26

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

Shades of Deep Fir #113B1A

Tints of Deep Fir #113B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 57.84%

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

R = 16.67%
G = 57.84%
B = 25.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.77

RGB Variations

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

Color information

#113B1A (or 0x113B1A) is known color: Deep Fir. HEX triplet: 11, 3B and 1A. RGB value is (17,59,26). Sum of RGB (Red+Green+Blue) = 17+59+26=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 59 (23.44% from 255 or 57.84% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 59 - color contains mainly: green. Hex color #113B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B1A is #EEC4E5. Grayscale: #2A2A2A. Windows color (decimal): -15647974 or 1719057. OLE color: 1719057.

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

Color convert

RGB 17 59 26 -
CMYK 0.71 0 0.56 0.77
HSL 132.86º 0.55% 0.15% -
HSV(B) 132.86º 0.71% 0.23% -
XYZ 1.98 3.32 1.51 -
YUV 42.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 17 59 26 0.71 0 0.56 0.77 132.86 0.55 0.15
Hex 11 3B 1A 47 0 38 4D 85 37 F
Octal 21 73 32 107 0 70 115 205 67 17
Binary 10001 111011 11010 1000111 0 111000 1001101 10000101 110111 1111

Color Harmonies of #113B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B1A

Black with #113B1A

Text Example


Text Example

White with #113B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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