#0D310F

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

Shades of Myrtle #0D310F

Tints of Myrtle #0D310F

Color information

#0D310F (or 0x0D310F) is unknown color: approx Myrtle. HEX triplet: 0D, 31 and 0F. RGB value is (13,49,15). Sum of RGB (Red+Green+Blue) = 13+49+15=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #0D310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D310F is #F2CEF0. Grayscale: #222222. Windows color (decimal): -15912689 or 995597. OLE color: 995597.

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

Color convert

RGB134915-
CMYK0.7300.690.81
HSL123.33º58.06%12.16%-
HSV(B)123.33º73.47%19.22%-
XYZ1.352.320.83-
YUV34.36117.07112.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.88%
GREEN value IS 49 (19.53% from 255) = 63.64%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=16.88%
G=63.64%
B=19.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349150.7300.690.81123.3358.0612.16
HexD31F49045517b3ac
Octal15611711101051211737214
Binary11011100011111100100101000101101000111110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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