#13561A

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

Shades of Myrtle #13561A

Tints of Myrtle #13561A

Color information

#13561A (or 0x13561A) is unknown color: approx Myrtle. HEX triplet: 13, 56 and 1A. RGB value is (19,86,26). Sum of RGB (Red+Green+Blue) = 19+86+26=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #13561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13561A is #ECA9E5. Grayscale: #3B3B3B. Windows color (decimal): -15509990 or 1725971. OLE color: 1725971.

HSL color Cylindrical-coordinate representation of color #13561A: hue angle of 126.27º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13561A is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB198626-
CMYK0.7800.700.66
HSL126.27º63.81%20.59%-
HSV(B)126.27º77.91%33.73%-
XYZ3.786.872.1-
YUV59.13109.399.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 86 (33.98% from 255) = 65.65%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=14.50%
G=65.65%
B=19.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986260.7800.700.66126.2763.8120.59
Hex13561A4E046427e4015
Octal2312632116010610217610025
Binary1001110101101101010011100100011010000101111110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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