#13511A

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

Shades of Myrtle #13511A

Tints of Myrtle #13511A

Color information

#13511A (or 0x13511A) is unknown color: approx Myrtle. HEX triplet: 13, 51 and 1A. RGB value is (19,81,26). Sum of RGB (Red+Green+Blue) = 19+81+26=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #13511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13511A is #ECAEE5. Grayscale: #383838. Windows color (decimal): -15511270 or 1724691. OLE color: 1724691.

HSL color Cylindrical-coordinate representation of color #13511A: hue angle of 126.77º 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 #13511A is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB198126-
CMYK0.7700.680.68
HSL126.77º62%19.61%-
HSV(B)126.77º76.54%31.76%-
XYZ3.46.11.98-
YUV56.19110.96101.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 81 (32.03% from 255) = 64.29%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=15.08%
G=64.29%
B=20.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981260.7700.680.68126.776219.61
Hex13511A4D044447f3e14
Octal231213211501041041777624
Binary100111010001110101001101010001001000100111111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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