#13540A

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

Shades of Myrtle #13540A

Tints of Myrtle #13540A

Color information

#13540A (or 0x13540A) is unknown color: approx Myrtle. HEX triplet: 13, 54 and 0A. RGB value is (19,84,10). Sum of RGB (Red+Green+Blue) = 19+84+10=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #13540A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13540A is #ECABF5. Grayscale: #383838. Windows color (decimal): -15510518 or 676883. OLE color: 676883.

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

Color convert

RGB198410-
CMYK0.7700.880.67
HSL112.7º78.72%18.43%-
HSV(B)112.7º88.1%32.94%-
XYZ3.496.51.36-
YUV56.13101.97101.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 84 (33.20% from 255) = 74.34%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=16.81%
G=74.34%
B=8.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984100.7700.880.67112.778.7218.43
Hex1354A4D05843714f12
Octal2312412115013010316111722
Binary100111010100101010011010101100010000111110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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