Html Css Color HEX #113126 Dark Green

📋 copy color: '#113126'

red 17 ◦ green 49 ◦ blue 38

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

Shades of Dark Green #113126

Tints of Dark Green #113126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 47.12%

 BLUE value IS 38 (15.23% from 255) = 36.54%

R = 16.35%
G = 47.12%
B = 36.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#113126 (or 0x113126) is known color: Dark Green. HEX triplet: 11, 31 and 26. RGB value is (17,49,38). Sum of RGB (Red+Green+Blue) = 17+49+38=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #113126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113126 is #EECED9. Grayscale: #262626. Windows color (decimal): -15650522 or 2502929. OLE color: 2502929.

HSL color Cylindrical-coordinate representation of color #113126: hue angle of 159.38º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113126 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 38 -
CMYK 0.65 0 0.22 0.81
HSL 159.38º 0.48% 0.13% -
HSV(B) 159.38º 0.65% 0.19% -
XYZ 1.68 2.46 2.22 -
YUV 38.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 17 49 38 0.65 0 0.22 0.81 159.38 0.48 0.13
Hex 11 31 26 41 0 16 51 9F 30 D
Octal 21 61 46 101 0 26 121 237 60 15
Binary 10001 110001 100110 1000001 0 10110 1010001 10011111 110000 1101

Color Harmonies of #113126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113126

Black with #113126

Text Example


Text Example

White with #113126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113126; }

 p { color: rgb(17,49,38); }

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

background-color css

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

 a { background-color: rgb(17,49,38); }

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

border-color css

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

 span { border-color: rgb(17,49,38); }

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