#113114

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

Shades of Myrtle #113114

Tints of Myrtle #113114

Color information

#113114 (or 0x113114) is unknown color: approx Myrtle. HEX triplet: 11, 31 and 14. RGB value is (17,49,20). Sum of RGB (Red+Green+Blue) = 17+49+20=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #113114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113114 is #EECEEB. Grayscale: #242424. Windows color (decimal): -15650540 or 1323281. OLE color: 1323281.

HSL color Cylindrical-coordinate representation of color #113114: hue angle of 125.62º 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 #113114 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB174920-
CMYK0.6500.590.81
HSL125.62º48.48%12.94%-
HSV(B)125.62º65.31%19.22%-
XYZ1.462.371.04-
YUV36.13118.9114.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 49 (19.53% from 255) = 56.98%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=19.77%
G=56.98%
B=23.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749200.6500.590.81125.6248.4812.94
Hex1131144103B517e30d
Octal2161241010731211766015
Binary100011100011010010000010111011101000111111101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113114; }

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

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

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

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

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

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

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

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