#112520

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

Shades of Dark Green #112520

Tints of Dark Green #112520

Color information

#112520 (or 0x112520) is unknown color: approx Dark Green. HEX triplet: 11, 25 and 20. RGB value is (17,37,32). Sum of RGB (Red+Green+Blue) = 17+37+32=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #112520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112520 is #EEDADF. Grayscale: #1E1E1E. Windows color (decimal): -15653600 or 2106641. OLE color: 2106641.

HSL color Cylindrical-coordinate representation of color #112520: hue angle of 165º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112520 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB173732-
CMYK0.5400.140.85
HSL165º37.04%10.59%-
HSV(B)165º54.05%14.51%-
XYZ1.151.551.6-
YUV30.45128.87118.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=19.77%
G=43.02%
B=37.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737320.5400.140.8516537.0410.59
Hex112520360E55a525b
Octal214540660161252454513
Binary10001100101100000110110011101010101101001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112520; }

 p { color: rgb(17,37,32); }

 H1.HeaderClassName
 {
   color: #112520;
 }
 .AnyTagClassName
 {
   color: #112520;
 }
</style>
background-color css

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

 a { background-color: rgb(17,37,32); }

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

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

 span { border-color: rgb(17,37,32); }

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