#113106

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

Shades of Myrtle #113106

Tints of Myrtle #113106

Color information

#113106 (or 0x113106) is unknown color: approx Myrtle. HEX triplet: 11, 31 and 06. RGB value is (17,49,6). Sum of RGB (Red+Green+Blue) = 17+49+6=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #113106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113106 is #EECEF9. Grayscale: #222222. Windows color (decimal): -15650554 or 405777. OLE color: 405777.

HSL color Cylindrical-coordinate representation of color #113106: hue angle of 104.65º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113106 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB17496-
CMYK0.6500.880.81
HSL104.65º78.18%10.78%-
HSV(B)104.65º87.76%19.22%-
XYZ1.362.330.55-
YUV34.53111.9115.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 49 (19.53% from 255) = 68.06%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=23.61%
G=68.06%
B=8.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal174960.6500.880.81104.6578.1810.78
Hex113164105851694eb
Octal21616101013012115111613
Binary100011100011101000001010110001010001110100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113106; }

 p { color: rgb(17,49,6); }

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

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

 a { background-color: rgb(17,49,6); }

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

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

 span { border-color: rgb(17,49,6); }

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