#0D310C

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

Shades of Myrtle #0D310C

Tints of Myrtle #0D310C

Color information

#0D310C (or 0x0D310C) is unknown color: approx Myrtle. HEX triplet: 0D, 31 and 0C. RGB value is (13,49,12). Sum of RGB (Red+Green+Blue) = 13+49+12=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #0D310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D310C is #F2CEF3. Grayscale: #222222. Windows color (decimal): -15912692 or 798989. OLE color: 798989.

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

Color convert

RGB134912-
CMYK0.7300.760.81
HSL118.38º60.66%11.96%-
HSV(B)118.38º75.51%19.22%-
XYZ1.332.310.72-
YUV34.02115.57113.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.57%
GREEN value IS 49 (19.53% from 255) = 66.22%
BLUE value IS 12 (5.08% from 255) = 16.22%
R=17.57%
G=66.22%
B=16.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349120.7300.760.81118.3860.6611.96
HexD31C4904C51763dc
Octal15611411101141211667514
Binary11011100011100100100101001100101000111101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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