#13360D

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

Shades of Myrtle #13360D

Tints of Myrtle #13360D

Color information

#13360D (or 0x13360D) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 0D. RGB value is (19,54,13). Sum of RGB (Red+Green+Blue) = 19+54+13=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #13360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13360D is #ECC9F2. Grayscale: #262626. Windows color (decimal): -15518195 or 865811. OLE color: 865811.

HSL color Cylindrical-coordinate representation of color #13360D: hue angle of 111.22º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13360D is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB195413-
CMYK0.6500.760.79
HSL111.22º61.19%13.14%-
HSV(B)111.22º75.93%21.18%-
XYZ1.662.810.83-
YUV38.86113.4113.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 54 (21.48% from 255) = 62.79%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=22.09%
G=62.79%
B=15.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954130.6500.760.79111.2261.1913.14
Hex1336D4104C4F6f3dd
Octal23661510101141171577515
Binary100111101101101100000101001100100111111011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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