#113710

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

Shades of Myrtle #113710

Tints of Myrtle #113710

Color information

#113710 (or 0x113710) is unknown color: approx Myrtle. HEX triplet: 11, 37 and 10. RGB value is (17,55,16). Sum of RGB (Red+Green+Blue) = 17+55+16=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 55 (21.88% from 255 or 62.5% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 55 - color contains mainly: green. Hex color #113710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113710 is #EEC8EF. Grayscale: #272727. Windows color (decimal): -15649008 or 1062673. OLE color: 1062673.

HSL color Cylindrical-coordinate representation of color #113710: hue angle of 118.46º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113710 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB175516-
CMYK0.6900.710.78
HSL118.46º54.93%13.92%-
HSV(B)118.46º70.91%21.57%-
XYZ1.692.890.96-
YUV39.19114.91112.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 55 (21.88% from 255) = 62.5%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=19.32%
G=62.5%
B=18.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1755160.6900.710.78118.4654.9313.92
Hex113710450474E7637e
Octal21672010501071161666716
Binary1000111011110000100010101000111100111011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113710; }

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

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

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

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

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

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

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

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