#0D320E

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

Shades of Myrtle #0D320E

Tints of Myrtle #0D320E

Color information

#0D320E (or 0x0D320E) is unknown color: approx Myrtle. HEX triplet: 0D, 32 and 0E. RGB value is (13,50,14). Sum of RGB (Red+Green+Blue) = 13+50+14=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #0D320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D320E is #F2CDF1. Grayscale: #222222. Windows color (decimal): -15912434 or 930317. OLE color: 930317.

HSL color Cylindrical-coordinate representation of color #0D320E: hue angle of 121.62º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D320E is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.

Color convert

RGB135014-
CMYK0.7400.720.80
HSL121.62º58.73%12.35%-
HSV(B)121.62º74%19.61%-
XYZ1.392.40.81-
YUV34.83116.24112.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.88%
GREEN value IS 50 (19.92% from 255) = 64.94%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=16.88%
G=64.94%
B=18.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1350140.7400.720.80121.6258.7312.35
HexD32E4A048507a3bc
Octal15621611201101201727314
Binary11011100101110100101001001000101000011110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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