#11600D

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

Shades of Myrtle #11600D

Tints of Myrtle #11600D

Color information

#11600D (or 0x11600D) is unknown color: approx Myrtle. HEX triplet: 11, 60 and 0D. RGB value is (17,96,13). Sum of RGB (Red+Green+Blue) = 17+96+13=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #11600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11600D is #EE9FF2. Grayscale: #3F3F3F. Windows color (decimal): -15638515 or 876561. OLE color: 876561.

HSL color Cylindrical-coordinate representation of color #11600D: hue angle of 117.11º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11600D is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB179613-
CMYK0.8200.860.62
HSL117.11º76.15%21.37%-
HSV(B)117.11º86.46%37.65%-
XYZ4.498.511.79-
YUV62.9299.8395.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 96 (37.89% from 255) = 76.19%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=13.49%
G=76.19%
B=10.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796130.8200.860.62117.1176.1521.37
Hex1160D520563E754c15
Octal211401512201267616511425
Binary10001110000011011010010010101101111101110101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11600D; }

 p { color: rgb(17,96,13); }

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

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

 a { background-color: rgb(17,96,13); }

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

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

 span { border-color: rgb(17,96,13); }

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