#0D310E

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

Shades of Myrtle #0D310E

Tints of Myrtle #0D310E

Color information

#0D310E (or 0x0D310E) is unknown color: approx Myrtle. HEX triplet: 0D, 31 and 0E. RGB value is (13,49,14). Sum of RGB (Red+Green+Blue) = 13+49+14=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #0D310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D310E is #F2CEF1. Grayscale: #222222. Windows color (decimal): -15912690 or 930061. OLE color: 930061.

HSL color Cylindrical-coordinate representation of color #0D310E: hue angle of 121.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D310E is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB134914-
CMYK0.7300.710.81
HSL121.67º58.06%12.16%-
HSV(B)121.67º73.47%19.22%-
XYZ1.342.310.79-
YUV34.25116.57112.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 49 (19.53% from 255) = 64.47%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=17.11%
G=64.47%
B=18.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349140.7300.710.81121.6758.0612.16
HexD31E49047517a3ac
Octal15611611101071211727214
Binary11011100011110100100101000111101000111110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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