#113529

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

Shades of Dark Green #113529

Tints of Dark Green #113529

Color information

#113529 (or 0x113529) is unknown color: approx Dark Green. HEX triplet: 11, 35 and 29. RGB value is (17,53,41). Sum of RGB (Red+Green+Blue) = 17+53+41=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #113529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113529 is #EECAD6. Grayscale: #282828. Windows color (decimal): -15649495 or 2700561. OLE color: 2700561.

HSL color Cylindrical-coordinate representation of color #113529: hue angle of 160º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113529 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB175341-
CMYK0.6800.230.79
HSL160º51.43%13.73%-
HSV(B)160º67.92%20.78%-
XYZ1.92.832.54-
YUV40.87128.07110.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=15.32%
G=47.75%
B=36.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753410.6800.230.7916051.4313.73
Hex113529440174Fa033e
Octal2165511040271172406316
Binary1000111010110100110001000101111001111101000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113529; }

 p { color: rgb(17,53,41); }

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

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

 a { background-color: rgb(17,53,41); }

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

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

 span { border-color: rgb(17,53,41); }

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