#13511D

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

Shades of Myrtle #13511D

Tints of Myrtle #13511D

Color information

#13511D (or 0x13511D) is unknown color: approx Myrtle. HEX triplet: 13, 51 and 1D. RGB value is (19,81,29). Sum of RGB (Red+Green+Blue) = 19+81+29=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #13511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13511D is #ECAEE2. Grayscale: #383838. Windows color (decimal): -15511267 or 1921299. OLE color: 1921299.

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

Color convert

RGB198129-
CMYK0.7700.640.68
HSL129.68º62%19.61%-
HSV(B)129.68º76.54%31.76%-
XYZ3.436.112.16-
YUV56.53112.46101.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 81 (32.03% from 255) = 62.79%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=14.73%
G=62.79%
B=22.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981290.7700.640.68129.686219.61
Hex13511D4D04044823e14
Octal231213511501001042027624
Binary1001110100011110110011010100000010001001000001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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