#0A310D

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

Shades of Myrtle #0A310D

Tints of Myrtle #0A310D

Color information

#0A310D (or 0x0A310D) is unknown color: approx Myrtle. HEX triplet: 0A, 31 and 0D. RGB value is (10,49,13). Sum of RGB (Red+Green+Blue) = 10+49+13=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #0A310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A310D is #F5CEF2. Grayscale: #212121. Windows color (decimal): -16109299 or 864522. OLE color: 864522.

HSL color Cylindrical-coordinate representation of color #0A310D: hue angle of 124.62º 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 #0A310D is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB104913-
CMYK0.8000.730.81
HSL124.62º66.1%11.57%-
HSV(B)124.62º79.59%19.22%-
XYZ1.32.290.75-
YUV33.24116.58111.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.89%
GREEN value IS 49 (19.53% from 255) = 68.06%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=13.89%
G=68.06%
B=18.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049130.8000.730.81124.6266.111.57
HexA31D50049517d42c
Octal126115120011112117510214
Binary101011000111011010000010010011010001111110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A310D; }

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

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

<style>
 a { background-color: #0A310D; }

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

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

<style>
 span { border-color: #0A310D; }

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

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