#113D13

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

Shades of Myrtle #113D13

Tints of Myrtle #113D13

Color information

#113D13 (or 0x113D13) is unknown color: approx Myrtle. HEX triplet: 11, 3D and 13. RGB value is (17,61,19). Sum of RGB (Red+Green+Blue) = 17+61+19=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 61 (24.22% from 255 or 62.89% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 61 - color contains mainly: green. Hex color #113D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D13 is #EEC2EC. Grayscale: #2B2B2B. Windows color (decimal): -15647469 or 1260817. OLE color: 1260817.

HSL color Cylindrical-coordinate representation of color #113D13: hue angle of 122.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D13 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB176119-
CMYK0.7200.690.76
HSL122.73º56.41%15.29%-
HSV(B)122.73º72.13%23.92%-
XYZ2.023.51.19-
YUV43.06114.42109.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 61 (24.22% from 255) = 62.89%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=17.53%
G=62.89%
B=19.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1761190.7200.690.76122.7356.4115.29
Hex113D13480454C7b38f
Octal21752311001051141737017
Binary1000111110110011100100001000101100110011110111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113D13; }

 p { color: rgb(17,61,19); }

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

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

 a { background-color: rgb(17,61,19); }

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

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

 span { border-color: rgb(17,61,19); }

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