#13520D

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

Shades of Myrtle #13520D

Tints of Myrtle #13520D

Color information

#13520D (or 0x13520D) is unknown color: approx Myrtle. HEX triplet: 13, 52 and 0D. RGB value is (19,82,13). Sum of RGB (Red+Green+Blue) = 19+82+13=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #13520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13520D is #ECADF2. Grayscale: #373737. Windows color (decimal): -15511027 or 872979. OLE color: 872979.

HSL color Cylindrical-coordinate representation of color #13520D: hue angle of 114.78º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13520D is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB198213-
CMYK0.7700.840.68
HSL114.78º72.63%18.63%-
HSV(B)114.78º84.15%32.16%-
XYZ3.366.21.4-
YUV55.3104.13102.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 82 (32.42% from 255) = 71.93%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=16.67%
G=71.93%
B=11.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1982130.7700.840.68114.7872.6318.63
Hex1352D4D05444734913
Octal2312215115012410416311123
Binary100111010010110110011010101010010001001110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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