#13541A

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

Shades of Myrtle #13541A

Tints of Myrtle #13541A

Color information

#13541A (or 0x13541A) is unknown color: approx Myrtle. HEX triplet: 13, 54 and 1A. RGB value is (19,84,26). Sum of RGB (Red+Green+Blue) = 19+84+26=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #13541A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13541A is #ECABE5. Grayscale: #3A3A3A. Windows color (decimal): -15510502 or 1725459. OLE color: 1725459.

HSL color Cylindrical-coordinate representation of color #13541A: hue angle of 126.46º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13541A is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB198426-
CMYK0.7700.690.67
HSL126.46º63.11%20.2%-
HSV(B)126.46º77.38%32.94%-
XYZ3.636.552.05-
YUV57.95109.97100.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 84 (33.20% from 255) = 65.12%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=14.73%
G=65.12%
B=20.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984260.7700.690.67126.4663.1120.2
Hex13541A4D045437e3f14
Octal231243211501051031767724
Binary100111010100110101001101010001011000011111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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