#13280D

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

Shades of Myrtle #13280D

Tints of Myrtle #13280D

Color information

#13280D (or 0x13280D) is unknown color: approx Myrtle. HEX triplet: 13, 28 and 0D. RGB value is (19,40,13). Sum of RGB (Red+Green+Blue) = 19+40+13=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #13280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13280D is #ECD7F2. Grayscale: #1E1E1E. Windows color (decimal): -15521779 or 862227. OLE color: 862227.

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

Color convert

RGB194013-
CMYK0.5200.670.84
HSL106.67º50.94%10.39%-
HSV(B)106.67º67.5%15.69%-
XYZ1.11.690.65-
YUV30.64118.04119.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 40 (16.02% from 255) = 55.56%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=26.39%
G=55.56%
B=18.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940130.5200.670.84106.6750.9410.39
Hex1328D34043546b33a
Octal2350156401031241536312
Binary10011101000110111010001000011101010011010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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