#13540E

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

Shades of Myrtle #13540E

Tints of Myrtle #13540E

Color information

#13540E (or 0x13540E) is unknown color: approx Myrtle. HEX triplet: 13, 54 and 0E. RGB value is (19,84,14). Sum of RGB (Red+Green+Blue) = 19+84+14=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #13540E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13540E is #ECABF1. Grayscale: #383838. Windows color (decimal): -15510514 or 939027. OLE color: 939027.

HSL color Cylindrical-coordinate representation of color #13540E: hue angle of 115.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13540E is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB198414-
CMYK0.7700.830.67
HSL115.71º71.43%19.22%-
HSV(B)115.71º83.33%32.94%-
XYZ3.526.511.49-
YUV56.58103.97101.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 84 (33.20% from 255) = 71.79%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=16.24%
G=71.79%
B=11.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984140.7700.830.67115.7171.4319.22
Hex1354E4D05343744713
Octal2312416115012310316410723
Binary100111010100111010011010101001110000111110100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13540E; }

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

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

<style>
 a { background-color: #13540E; }

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

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

<style>
 span { border-color: #13540E; }

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

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