#13310A

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

Shades of Myrtle #13310A

Tints of Myrtle #13310A

Color information

#13310A (or 0x13310A) is unknown color: approx Myrtle. HEX triplet: 13, 31 and 0A. RGB value is (19,49,10). Sum of RGB (Red+Green+Blue) = 19+49+10=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #13310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13310A is #ECCEF5. Grayscale: #232323. Windows color (decimal): -15519478 or 667923. OLE color: 667923.

HSL color Cylindrical-coordinate representation of color #13310A: hue angle of 106.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13310A is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB194910-
CMYK0.6100.800.81
HSL106.15º66.1%11.57%-
HSV(B)106.15º79.59%19.22%-
XYZ1.422.360.67-
YUV35.58113.56116.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=24.36%
G=62.82%
B=12.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949100.6100.800.81106.1566.111.57
Hex1331A3D050516a42c
Octal23611275012012115210214
Binary100111100011010111101010100001010001110101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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