#13280E

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

Shades of Myrtle #13280E

Tints of Myrtle #13280E

Color information

#13280E (or 0x13280E) is unknown color: approx Myrtle. HEX triplet: 13, 28 and 0E. RGB value is (19,40,14). Sum of RGB (Red+Green+Blue) = 19+40+14=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #13280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13280E is #ECD7F1. Grayscale: #1E1E1E. Windows color (decimal): -15521778 or 927763. OLE color: 927763.

HSL color Cylindrical-coordinate representation of color #13280E: hue angle of 108.46º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13280E is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB194014-
CMYK0.5200.650.84
HSL108.46º48.15%10.59%-
HSV(B)108.46º65%15.69%-
XYZ1.111.690.68-
YUV30.76118.54119.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 40 (16.02% from 255) = 54.79%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=26.03%
G=54.79%
B=19.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940140.5200.650.84108.4648.1510.59
Hex1328E34041546c30b
Octal2350166401011241546013
Binary10011101000111011010001000001101010011011001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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