#13280C

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

Shades of Myrtle #13280C

Tints of Myrtle #13280C

Color information

#13280C (or 0x13280C) is unknown color: approx Myrtle. HEX triplet: 13, 28 and 0C. RGB value is (19,40,12). Sum of RGB (Red+Green+Blue) = 19+40+12=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 40 (16.02% from 255 or 56.34% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 40 - color contains mainly: green. Hex color #13280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13280C is #ECD7F3. Grayscale: #1E1E1E. Windows color (decimal): -15521780 or 796691. OLE color: 796691.

HSL color Cylindrical-coordinate representation of color #13280C: hue angle of 105º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13280C is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB194012-
CMYK0.5200.700.84
HSL105º53.85%10.2%-
HSV(B)105º70%15.69%-
XYZ1.091.680.61-
YUV30.53117.54119.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 40 (16.02% from 255) = 56.34%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=26.76%
G=56.34%
B=16.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940120.5200.700.8410553.8510.2
Hex1328C34046546936a
Octal2350146401061241516612
Binary10011101000110011010001000110101010011010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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