#113510

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

Shades of Myrtle #113510

Tints of Myrtle #113510

Color information

#113510 (or 0x113510) is unknown color: approx Myrtle. HEX triplet: 11, 35 and 10. RGB value is (17,53,16). Sum of RGB (Red+Green+Blue) = 17+53+16=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #113510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113510 is #EECAEF. Grayscale: #262626. Windows color (decimal): -15649520 or 1062161. OLE color: 1062161.

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

Color convert

RGB175316-
CMYK0.6800.700.79
HSL118.38º53.62%13.53%-
HSV(B)118.38º69.81%20.78%-
XYZ1.62.70.93-
YUV38.02115.57113.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 53 (21.09% from 255) = 61.63%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=19.77%
G=61.63%
B=18.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753160.6800.700.79118.3853.6213.53
Hex113510440464F7636e
Octal21652010401061171666616
Binary1000111010110000100010001000110100111111101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113510; }

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

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

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

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

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

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

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

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