#113126

Color #113126 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #113126

Tints of Dark Green #113126

Color information

#113126 (or 0x113126) is unknown color: approx 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

RGB174938-
CMYK0.6500.220.81
HSL159.38º48.48%12.94%-
HSV(B)159.38º65.31%19.22%-
XYZ1.682.462.22-
YUV38.18127.9112.89-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749380.6500.220.81159.3848.4812.94
Hex11312641016519f30d
Octal2161461010261212376015
Binary1000111000110011010000010101101010001100111111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>