#113112

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

Shades of Myrtle #113112

Tints of Myrtle #113112

Color information

#113112 (or 0x113112) is unknown color: approx Myrtle. HEX triplet: 11, 31 and 12. RGB value is (17,49,18). Sum of RGB (Red+Green+Blue) = 17+49+18=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #113112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113112 is #EECEED. Grayscale: #232323. Windows color (decimal): -15650542 or 1192209. OLE color: 1192209.

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

Color convert

RGB174918-
CMYK0.6500.630.81
HSL121.88º48.48%12.94%-
HSV(B)121.88º65.31%19.22%-
XYZ1.442.360.95-
YUV35.9117.9114.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 49 (19.53% from 255) = 58.33%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=20.24%
G=58.33%
B=21.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749180.6500.630.81121.8848.4812.94
Hex1131124103F517a30d
Octal2161221010771211726015
Binary100011100011001010000010111111101000111110101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113112; }

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

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

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

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

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

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

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

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