#13560D

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

Shades of Myrtle #13560D

Tints of Myrtle #13560D

Color information

#13560D (or 0x13560D) is unknown color: approx Myrtle. HEX triplet: 13, 56 and 0D. RGB value is (19,86,13). Sum of RGB (Red+Green+Blue) = 19+86+13=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 86 (33.98% from 255 or 72.88% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 86 - color contains mainly: green. Hex color #13560D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13560D is #ECA9F2. Grayscale: #393939. Windows color (decimal): -15510003 or 874003. OLE color: 874003.

HSL color Cylindrical-coordinate representation of color #13560D: hue angle of 115.07º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13560D is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB198613-
CMYK0.7800.850.66
HSL115.07º73.74%19.41%-
HSV(B)115.07º84.88%33.73%-
XYZ3.676.821.5-
YUV57.64102.8100.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 86 (33.98% from 255) = 72.88%
BLUE value IS 13 (5.47% from 255) = 11.02%
R=16.10%
G=72.88%
B=11.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986130.7800.850.66115.0773.7419.41
Hex1356D4E05542734a13
Octal2312615116012510216311223
Binary100111010110110110011100101010110000101110011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,86,13); }

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

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

 a { background-color: rgb(19,86,13); }

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

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

 span { border-color: rgb(19,86,13); }

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