#13571A

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

Shades of Myrtle #13571A

Tints of Myrtle #13571A

Color information

#13571A (or 0x13571A) is unknown color: approx Myrtle. HEX triplet: 13, 57 and 1A. RGB value is (19,87,26). Sum of RGB (Red+Green+Blue) = 19+87+26=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 87 (34.38% from 255 or 65.91% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 87 - color contains mainly: green. Hex color #13571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13571A is #ECA8E5. Grayscale: #3B3B3B. Windows color (decimal): -15509734 or 1726227. OLE color: 1726227.

HSL color Cylindrical-coordinate representation of color #13571A: hue angle of 126.18º 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 #13571A is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB198726-
CMYK0.7800.700.66
HSL126.18º64.15%20.78%-
HSV(B)126.18º78.16%34.12%-
XYZ3.867.032.13-
YUV59.71108.9798.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 87 (34.38% from 255) = 65.91%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=14.39%
G=65.91%
B=19.70%

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
Decimal1987260.7800.700.66126.1864.1520.78
Hex13571A4E046427e4015
Octal2312732116010610217610025
Binary1001110101111101010011100100011010000101111110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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