#13501D

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

Shades of Myrtle #13501D

Tints of Myrtle #13501D

Color information

#13501D (or 0x13501D) is unknown color: approx Myrtle. HEX triplet: 13, 50 and 1D. RGB value is (19,80,29). Sum of RGB (Red+Green+Blue) = 19+80+29=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #13501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13501D is #ECAFE2. Grayscale: #383838. Windows color (decimal): -15511523 or 1921043. OLE color: 1921043.

HSL color Cylindrical-coordinate representation of color #13501D: hue angle of 129.84º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13501D is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB198029-
CMYK0.7600.640.69
HSL129.84º61.62%19.41%-
HSV(B)129.84º76.25%31.37%-
XYZ3.365.962.14-
YUV55.95112.79101.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 80 (31.64% from 255) = 62.5%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=14.84%
G=62.5%
B=22.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980290.7600.640.69129.8461.6219.41
Hex13501D4C04045823e13
Octal231203511401001052027623
Binary1001110100001110110011000100000010001011000001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,80,29); }

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

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

 a { background-color: rgb(19,80,29); }

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

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

 span { border-color: rgb(19,80,29); }

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